Skip to content

Commit

Permalink
reorganise
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed May 1, 2020
1 parent 8a61f15 commit 5d727d7
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import flask

import index
from pages import new_dashboard

app: dash.Dash = dash.Dash(
__name__,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions index.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from dash.dependencies import Input, Output
from dash import Dash

from pages import dashboard_generator
from pages import homepage
from pages import nopage
from pages import new_dashboard
from components import dashboard_generator
from components import homepage
from components import nopage
from components import new_dashboard


class DGIndex:
Expand Down
Empty file.

0 comments on commit 5d727d7

Please sign in to comment.