From 9dc5e556e805fb0f24d5849e1ecbc01e243b118b Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Thu, 15 Jan 2026 11:49:21 +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..720953f --- /dev/null +++ b/app/layout.tsx @@ -0,0 +1,4 @@ +export const metadata = { title: 'test-1768477756564' } +export default function RootLayout({ children }: { children: React.ReactNode }) { + return {children} +} \ No newline at end of file