🔨 refactor: change component ErrorPage name - by @Quangnhankie

:%s
This commit is contained in:
lytrankieio123
2021-09-14 16:55:54 +07:00
parent 2887e1ddf9
commit 9c69c1cc95
4 changed files with 6 additions and 6 deletions

View File

@@ -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