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