@@ -48,6 +48,6 @@ def index() -> rx.Component:
# Add state and page to the app.
-app = rx.App(state=State)
+app = rx.App()
app.add_page(index, title="Counter")
app.compile()
@@ -40,6 +40,6 @@ def index() -> rx.Component:
app.add_page(index)