Clean frontend app entrypoint
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 08:32:32 +02:00
parent 9bcef9331a
commit 6d15bc6956
5 changed files with 50 additions and 2 deletions
+7
View File
@@ -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`.