Skip to content

Commit

Permalink
feat: add pockemon page to route
Browse files Browse the repository at this point in the history
  • Loading branch information
adagora authored Nov 24, 2023
1 parent df026e7 commit b22f398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarathon/pages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


# in case you want to override the default order of the tabs
route_order = ["/", "settings", "chat", "clickbutton", "dashboard"]
route_order = ["/", "settings", "chat", "clickbutton", "dashboard", "pokemon_search"]

@solara.component
def Page():
Expand Down

0 comments on commit b22f398

Please sign in to comment.