2
0

build: 👷 Fix error page

This commit is contained in:
Baptiste Arnaud
2022-02-17 16:52:42 +01:00
parent aaf78e8a54
commit 7ebfd43db8
3 changed files with 7 additions and 1 deletions

5
apps/viewer/pages/404.js Normal file
View File

@ -0,0 +1,5 @@
import React from 'react'
import { NotFoundPage } from '../layouts/NotFoundPage'
const NotFoundErrorPage = () => <NotFoundPage />
export default NotFoundErrorPage