UNPKG

@hykocx/nextjs-start

Version:

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

12 lines (9 loc) 155 B
import React from 'react' const page = () => { return ( <div> <h1>404</h1> </div> ) } export default page