Update components/__init__.py
Browse files- components/__init__.py +4 -4
components/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
from . import (
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
)
|
|
|
|
| 1 |
from . import (
|
| 2 |
+
Home as page_home,
|
| 3 |
+
Assess as page_assess,
|
| 4 |
+
Predict as page_predict,
|
| 5 |
+
Therapy as page_therapy,
|
| 6 |
)
|