mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: page 404
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import { Layout } from "src/components/common"
|
||||
import { NotFoundPage } from "src/components/modules/404"
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<div>
|
||||
The requested page doesn't exist or you don't have access to it.
|
||||
<NotFoundPage/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
NotFound.Layout = Layout
|
||||
|
Reference in New Issue
Block a user