feat: page 404

This commit is contained in:
quangnhankie
2021-09-10 16:08:05 +07:00
parent 7997dbc8c5
commit 68705b16cc
4 changed files with 58 additions and 3 deletions

View File

@@ -1,11 +1,10 @@
import { Layout } from "src/components/common"
import { NotFoundPage } from "src/components/modules/404"
export default function NotFound() {
return (
<div>
The requested page doesn't exist or you don't have access to it.
<NotFoundPage/>
</div>
)
}
NotFound.Layout = Layout