/** * @deprecated This file is the LEGACY entry point for the original single-page App. * It has been SUPERSEDED by `index.tsx` + the new react-router-dom routing structure. * * The new entry point is: `index.html` → `index.tsx` → `AuthProvider` → `BrowserRouter` * * DO NOT import from this file. It is preserved only as a reference/archive. * Safe to delete once the V2 migration is fully validated. */ export { };