UNPKG

@nadeshikon/plugin-nextjs

Version:
11 lines (10 loc) 205 B
export default function Root({ children }) { return ( <html lang="en"> <head> <script async src="/another.js" /> </head> <body>{children}</body> </html> ) }