Clean frontend app entrypoint
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## Sprint 42 App entrypoint cleanup (2026-06-17)
|
||||
|
||||
- Removed the stale `FormEvent`/`useState` React imports from `frontend/src/App.tsx`.
|
||||
- Removed the UTF-8 BOM from the frontend entrypoint so future text patches and static checks are stable.
|
||||
- Added a regression test that keeps `App.tsx` free of the stale imports and BOM.
|
||||
- No behavior, API contracts, migrations, provider fetching or AI behavior changed.
|
||||
|
||||
## Sprint 41 Demo workflow hook decomposition (2026-06-17)
|
||||
|
||||
- Moved offline demo workflow orchestration from `App.tsx` into `frontend/src/hooks/useDemoWorkflow.ts`.
|
||||
|
||||
Reference in New Issue
Block a user