Skip to content

Commit eb67f75

Browse files
authored
use jsx for root (#5535)
1 parent 19e54dd commit eb67f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/constants/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class PageNames(SimpleNamespace):
8585
# The name of the index page.
8686
INDEX_ROUTE = "index"
8787
# The name of the app root page.
88-
APP_ROOT = "root.js"
88+
APP_ROOT = "root.jsx"
8989
# The root stylesheet filename.
9090
STYLESHEET_ROOT = "__reflex_global_styles"
9191
# The name of the document root page.

0 commit comments

Comments
 (0)