Commit ba49db68 authored by pratyush's avatar pratyush
Browse files

Implement dynamic imports with React.lazy and Suspense:

- Replace static imports with `React.lazy` for pages to enable code splitting.
- Introduce `Suspense` with `Loader` fallback to handle lazy-loaded components.
- Update `vite.config.ts` to refine Rollup manual chunking logic and enable CSS code splitting.
parent 7d4bcef1
Loading
Loading
Loading
Loading