Skip to content

Commit

Permalink
remove js from it
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Oct 3, 2024
1 parent 062dd55 commit e0580eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reflex/compiler/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def _compile_app(app_root: Component) -> str:
window_libraries = [
(_normalize_library_name(name), name) for name in bundled_libraries
] + [
("utils_context", f"/{constants.Dirs.UTILS}/context.js"),
("utils_state", f"/{constants.Dirs.UTILS}/state.js"),
("utils_context", f"/{constants.Dirs.UTILS}/context"),
("utils_state", f"/{constants.Dirs.UTILS}/state"),
]

return templates.APP_ROOT.render(
Expand Down

0 comments on commit e0580eb

Please sign in to comment.