We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c37bb commit ca284bcCopy full SHA for ca284bc
public/404.svg
src/app/404/page.tsx
@@ -0,0 +1,3 @@
1
+import { NotFound404 } from '~/components/common/404'
2
+
3
+export default () => <NotFound404 />
0 commit comments