Skip to content

Commit ca284bc

Browse files
committed
feat: new 404 page
1 parent 28c37bb commit ca284bc

File tree

3 files changed

+422
-161
lines changed

3 files changed

+422
-161
lines changed

public/404.svg

-155
This file was deleted.

src/app/404/page.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { NotFound404 } from '~/components/common/404'
2+
3+
export default () => <NotFound404 />

0 commit comments

Comments
 (0)