export const metadata = {title: 'Test App'} export default function RootLayout({children}: {children: React.ReactNode}) { return ( {children} ) }