feat: create pages eror and 404 . fix data blogs

This commit is contained in:
quangnhankie
2021-09-10 18:00:29 +07:00
parent 1038ca00d6
commit 5d9f3db94a
10 changed files with 227 additions and 40 deletions

View File

@@ -1,3 +1,4 @@
import { Layout } from 'src/components/common'
import { NotFoundPage } from "src/components/modules/404"
export default function NotFound() {
@@ -7,4 +8,4 @@ export default function NotFound() {
</div>
)
}
NotFound.Layout = Layout