UNPKG

@nadeshikon/plugin-nextjs

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