File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
ci_template/cijob/components
dashboard/dashboard/components Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22
33import reflex as rx
44
5- from cijob .templates .template import ALL_PAGES
6-
75from .. import styles
86
97
@@ -104,6 +102,8 @@ def navbar_footer() -> rx.Component:
104102
105103
106104def menu_button () -> rx .Component :
105+ from cijob .templates .template import ALL_PAGES
106+
107107 # The ordered page routes.
108108 ordered_page_routes = [
109109 "/" ,
Original file line number Diff line number Diff line change 22
33import reflex as rx
44
5- from cijob .templates .template import ALL_PAGES
6-
75from .. import styles
86
97
@@ -131,6 +129,8 @@ def sidebar() -> rx.Component:
131129 The sidebar component.
132130
133131 """
132+ from cijob .templates .template import ALL_PAGES
133+
134134 # The ordered page routes.
135135 ordered_page_routes = [
136136 "/" ,
Original file line number Diff line number Diff line change 33import reflex as rx
44
55from dashboard import styles
6- from dashboard .templates .template import ALL_PAGES
76
87
98def menu_item_icon (icon : str ) -> rx .Component :
@@ -105,6 +104,8 @@ def navbar_footer() -> rx.Component:
105104
106105
107106def menu_button () -> rx .Component :
107+ from dashboard .templates .template import ALL_PAGES
108+
108109 # The ordered page routes.
109110 ordered_page_routes = [
110111 "/" ,
Original file line number Diff line number Diff line change 22
33import reflex as rx
44
5- from dashboard .templates .template import ALL_PAGES
6-
75from .. import styles
86
97
@@ -133,6 +131,8 @@ def sidebar() -> rx.Component:
133131 The sidebar component.
134132
135133 """
134+ from dashboard .templates .template import ALL_PAGES
135+
136136 # The ordered page routes.
137137 ordered_page_routes = [
138138 "/" ,
You can’t perform that action at this time.
0 commit comments