feat: remove Reflex, archive old app, update docs for Dash migration (Task 5.4)
- Remove reflex dependency from pyproject.toml - Move pathways_app/ and rxconfig.py to archive/ - Update CLAUDE.md: Dash app structure, callback chain, run command - All completion criteria validated (10/10 pass)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Re-export app from pathways_app
|
||||
from pathways_app.pathways_app import app
|
||||
|
||||
__all__ = ["app"]
|
||||
Reference in New Issue
Block a user