chore: just 404

This commit is contained in:
원더 2021-01-07 01:20:15 +09:00
parent b450d34324
commit b3ffe82d02

View File

@ -2,8 +2,8 @@ import { NextPage } from 'next'
import Container from '../components/Container'
const NotFound: NextPage = () => {
return <Container>
<h1>GG</h1>
return <Container paddingTop>
<h1>Not Found</h1>
</Container>
}