e099538ea9
- Update pathways_app/__init__.py to re-export app from app_v2 - Verified reflex run compiles 33/33 components successfully - App runs on localhost:3003 (frontend) and :8002 (backend) - Mark completion criteria "App compiles" as verified
5 lines
107 B
Python
5 lines
107 B
Python
# Re-export app from app_v2 for the new UI redesign
|
|
from pathways_app.app_v2 import app
|
|
|
|
__all__ = ["app"]
|