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