UNPKG

@nadeshikon/plugin-nextjs

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