Skip to content

Commit bda6f18

Browse files
committed
remove playground
1 parent ae364e9 commit bda6f18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

reflex_ui/reflex_ui.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
import reflex as rx
44

5-
from reflex_ui.playground.playground import playground
6-
75

86
def index() -> rx.Component:
97
# Welcome Page (Index)
108
return rx.el.div(
11-
playground(),
129
class_name="flex flex-col items-center justify-center h-screen",
1310
)
1411

0 commit comments

Comments
 (0)