UNPKG

@nadeshikon/plugin-nextjs

Version:
8 lines (7 loc) 128 B
export default function RootLayout({ children }) { return ( <html> <body>{children}</body> </html> ) }