Loading...

Components Review Page

Components Cleaned Up

The following components have been removed from the codebase as part of the refactoring process:

  • src/components/landing-page.tsx - Old monolithic landing page
  • src/components/declaration-form-page1.tsx - Obsolete declaration form
  • src/components/doctor-selection-form.tsx - Outdated doctor selection form
  • src/components/landing-page/LandingPageComponent.tsx - Unused landing page component

Components Reorganized

The following components have been moved to better locations in the codebase:

  • From: src/GoogleAnalytics.tsx
    To: src/components/analytics/GoogleAnalytics.tsx

All import references have been updated in:

  • src/app/layout.tsx
  • src/app/[locale]/layout.tsx

Note

The refactoring process is now complete for the components you requested. The codebase structure is now cleaner and more organized.

Loading...