From 4dbe9863a8abf344e4aed49a2d8cb8b2760689fc Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Thu, 15 Jan 2026 11:49:03 +0000 Subject: [PATCH] Add app/layout.tsx --- app/layout.tsx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/layout.tsx diff --git a/app/layout.tsx b/app/layout.tsx new file mode 100644 index 0000000..d58210a --- /dev/null +++ b/app/layout.tsx @@ -0,0 +1,4 @@ +export const metadata = { title: 'test-1768477737854' } +export default function RootLayout({ children }: { children: React.ReactNode }) { + return {children} +} \ No newline at end of file