mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
🔨 refactor: change component ErrorPage name - by @Quangnhankie
:%s
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Layout } from 'src/components/common'
|
||||
import { ErrorPage } from 'src/components/modules/error-page'
|
||||
import { ErrorContent } from 'src/components/modules/error-page'
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<ErrorPage/>
|
||||
<ErrorContent/>
|
||||
)
|
||||
}
|
||||
NotFound.Layout = Layout
|
||||
|
Reference in New Issue
Block a user