@@ -42,4 +42,3 @@ def index() -> rx.Component:
# Add state and page to the app.
app = rx.App()
app.add_page(index)
-app.compile()
@@ -120,4 +120,3 @@ def chatapp() -> rx.Component:
app = rx.App(style=base_style)
@@ -9,4 +9,3 @@ import reflex as rx
# Create the app and compile it.
app = rx.App(style=styles.base_style)