UNPKG

@nadeshikon/plugin-nextjs

Version:
11 lines (10 loc) 187 B
export default function Root({ children }) { return ( <html> <head> <title>Hello World</title> </head> <body>{children}</body> </html> ) }