🔨 refactor: change folder name error to error-page

:%s
This commit is contained in:
lytrankieio123
2021-09-14 16:42:27 +07:00
parent 0463fb7808
commit 29be038547
4 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import { Layout } from 'src/components/common' import { Layout } from 'src/components/common'
import { ErrorPage } from 'src/components/modules/error' import { ErrorPage } from 'src/components/modules/error-page'
export default function NotFound() { export default function NotFound() {
return ( return (