mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 22:10: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'
|
||||
|
||||
const NotFound: NextPage = () => {
|
||||
return <Container>
|
||||
<h1>GG</h1>
|
||||
return <Container paddingTop>
|
||||
<h1>Not Found</h1>
|
||||
</Container>
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user