9 lines
166 B
Python
9 lines
166 B
Python
import reflex as rx
|
|
|
|
config = rx.Config(
|
|
app_name="pathways_app",
|
|
plugins=[
|
|
rx.plugins.SitemapPlugin(),
|
|
rx.plugins.TailwindV4Plugin(),
|
|
]
|
|
) |