App.tsx 432 B

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