Error: Obsolete Layout Loaded

This layout (/src/app/[locale]/layout.tsx) should not be active.

Please remove this file and its parent directory /src/app/[locale]/ if it only contains this layout and page.

The correct layout for your application, when using localePrefix: 'never', is /src/app/layout.tsx.

Error: Obsolete Page Loaded

This page (/src/app/[locale]/page.tsx) should not be active.

Please remove this file and its parent directory /src/app/[locale]/ if it only contains this layout and page.

The correct page for your application, when using localePrefix: 'never', is /src/app/page.tsx.