From 9a269f49e90ae7070ad6b9992f4ce1c8e4f9410d Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 20 Dec 2025 00:10:48 +0100 Subject: [PATCH] Bin doof --- app/{ => [locale]}/layout.tsx | 2 +- app/{ => [locale]}/not-found.tsx | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename app/{ => [locale]}/layout.tsx (94%) rename app/{ => [locale]}/not-found.tsx (100%) diff --git a/app/layout.tsx b/app/[locale]/layout.tsx similarity index 94% rename from app/layout.tsx rename to app/[locale]/layout.tsx index 79ea0d2..2201634 100644 --- a/app/layout.tsx +++ b/app/[locale]/layout.tsx @@ -1,6 +1,6 @@ import type { Metadata } from 'next'; import { NextIntlClientProvider } from 'next-intl'; -import './globals.css'; +import '@/app/globals.css'; export const metadata: Metadata = { title: 'GSH Digital Services', diff --git a/app/not-found.tsx b/app/[locale]/not-found.tsx similarity index 100% rename from app/not-found.tsx rename to app/[locale]/not-found.tsx