UNPKG

create-venta-app

Version:

Create a Venta app through the commandline.

10 lines (8 loc) 150 B
import "../globals.css"; export function RootLayout({ children }) { return ( <html lang="en"> <body>{children}</body> </html> ); }