Skip to content

Commit

Permalink
feat: new 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Aug 20, 2023
1 parent 28c37bb commit ca284bc
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 161 deletions.
155 changes: 0 additions & 155 deletions public/404.svg

This file was deleted.

3 changes: 3 additions & 0 deletions src/app/404/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { NotFound404 } from '~/components/common/404'

export default () => <NotFound404 />
Loading

0 comments on commit ca284bc

Please sign in to comment.