mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: create pages eror and 404 . fix data blogs
This commit is contained in:
12
pages/_error.tsx
Normal file
12
pages/_error.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { } from "src/components/modules/404"
|
||||
import { Layout } from 'src/components/common'
|
||||
import { ErrorPage } from "src/components/modules/error"
|
||||
|
||||
export default function Error() {
|
||||
return (
|
||||
<div>
|
||||
<ErrorPage/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Error.Layout = Layout
|
Reference in New Issue
Block a user