Remove app.compile()
from templates (#2327)
This commit is contained in:
parent
42bcea7631
commit
1289182f2e
@ -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:
|
||||
|
||||
# Add state and page to the app.
|
||||
app = rx.App(style=base_style)
|
||||
app.compile()
|
||||
|
@ -9,4 +9,3 @@ import reflex as rx
|
||||
|
||||
# Create the app and compile it.
|
||||
app = rx.App(style=styles.base_style)
|
||||
app.compile()
|
||||
|
Loading…
Reference in New Issue
Block a user