mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: added 404 page
This commit is contained in:
parent
1b56c6e1c6
commit
340bed616f
10
pages/404.tsx
Normal file
10
pages/404.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
import { NextPage } from 'next'
|
||||
import Container from '../components/Container'
|
||||
|
||||
const NotFound: NextPage = () => {
|
||||
return <Container>
|
||||
<h1>GG</h1>
|
||||
</Container>
|
||||
}
|
||||
|
||||
export default NotFound
|
||||
Loading…
x
Reference in New Issue
Block a user