We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e54dd commit eb67f75Copy full SHA for eb67f75
1 file changed
reflex/constants/compiler.py
@@ -85,7 +85,7 @@ class PageNames(SimpleNamespace):
85
# The name of the index page.
86
INDEX_ROUTE = "index"
87
# The name of the app root page.
88
- APP_ROOT = "root.js"
+ APP_ROOT = "root.jsx"
89
# The root stylesheet filename.
90
STYLESHEET_ROOT = "__reflex_global_styles"
91
# The name of the document root page.
0 commit comments