mirror of
https://github.com/vercel/commerce.git
synced 2025-05-09 19:27:53 +00:00
chore: 404 page
This commit is contained in:
parent
3f3d4a8bcc
commit
9a190f7c36
@ -1,5 +1,6 @@
|
|||||||
|
import NotFound from '@/app/not-found'
|
||||||
import { notFound } from 'next/navigation'
|
import { notFound } from 'next/navigation'
|
||||||
|
|
||||||
export default function CatchAllNotFoundPage() {
|
export default function CatchAllNotFoundPage() {
|
||||||
notFound()
|
return <NotFound />
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user