10 lines
155 B
Python
10 lines
155 B
Python
import reflex as rx
|
|
from sandbox.pages import *
|
|
|
|
|
|
class State(rx.State):
|
|
"""Define empty state to allow access to rx.State.router."""
|
|
|
|
|
|
app = rx.App()
|