MCPcopy Index your code
hub / github.com/codingforentrepreneurs/full-stack-python / index

Function index

full_stack_python/full_stack_python.py:23–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21from . import blog, contact, navigation, pages
22
23def index() -> rx.Component:
24 return base_page(
25 rx.cond(SessionState.is_authenticated,
26 pages.dashboard_component(),
27 pages.landing_component(),
28 )
29 )
30
31
32

Callers

nothing calls this directly

Calls 1

base_pageFunction · 0.85

Tested by

no test coverage detected