mirror of
https://github.com/vercel/commerce.git
synced 2025-04-27 13:27:50 +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'
|
||||
|
||||
export default function CatchAllNotFoundPage() {
|
||||
notFound()
|
||||
return <NotFound />
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user