This commit is contained in:
Elijah 2025-01-15 15:52:31 +00:00
parent 7f9beed7b0
commit dc34c9a4b4

View File

@ -330,6 +330,9 @@ def get_and_validate_app(reload: bool = False) -> AppInfo:
Returns:
The app instance and the app module.
Raises:
RuntimeError: If the app instance is not an instance of rx.App.
"""
from reflex.app import App