Add app/layout.tsx
This commit is contained in:
parent
3325a5ab77
commit
4dbe9863a8
|
|
@ -0,0 +1,4 @@
|
||||||
|
export const metadata = { title: 'test-1768477737854' }
|
||||||
|
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||||
|
return <html><body>{children}</body></html>
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue