UNPKG

@hykocx/nextjs-start

Version:

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

17 lines (13 loc) 232 B
import React from 'react' export const metadata = { title: "", description: "" } const page = () => { return ( <div> <h1>Hello World</h1> </div> ) } export default page