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