UNPKG

@hykocx/nextjs-start

Version:

A Next.js starter template with Tailwind CSS and custom configuration

12 lines (8 loc) 174 B
import "@styles/globals.css"; export const metadata = { title: "", description: "", }; export default function RootLayout({ children }) { return children; }