diff --git a/app/layout.tsx b/app/layout.tsx new file mode 100644 index 0000000..e6de90a --- /dev/null +++ b/app/layout.tsx @@ -0,0 +1,14 @@ +export const metadata = { + title: 'v4-1768478268576 - Kleap Test', + description: 'Test deployment via Gitea + Coolify' +} + +export default function RootLayout({ children }: { children: React.ReactNode }) { + return ( + + + {children} + + + ) +} \ No newline at end of file