UNPKG

@nadeshikon/plugin-nextjs

Version:
9 lines (8 loc) 159 B
export default function RootLayout({ children }) { return ( <html lang="en"> <head></head> <body>{children}</body> </html> ) }