mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
chore: just 404
This commit is contained in:
parent
b450d34324
commit
b3ffe82d02
@ -2,8 +2,8 @@ import { NextPage } from 'next'
|
|||||||
import Container from '../components/Container'
|
import Container from '../components/Container'
|
||||||
|
|
||||||
const NotFound: NextPage = () => {
|
const NotFound: NextPage = () => {
|
||||||
return <Container>
|
return <Container paddingTop>
|
||||||
<h1>GG</h1>
|
<h1>Not Found</h1>
|
||||||
</Container>
|
</Container>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user