mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
✨ feat: add error page
:%s
This commit is contained in:
9
pages/_error.tsx
Normal file
9
pages/_error.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Layout } from 'src/components/common'
|
||||
import { ErrorPage } from 'src/components/modules/error'
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<ErrorPage/>
|
||||
)
|
||||
}
|
||||
NotFound.Layout = Layout
|
Reference in New Issue
Block a user