✨ frontend add
This commit is contained in:
8
frontend/portal/src/pages/404/index.tsx
Normal file
8
frontend/portal/src/pages/404/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import CustomErrorPage from '@components/Errors'
|
||||
|
||||
const Error404: React.FC = () => {
|
||||
return <CustomErrorPage statusCode={404} />
|
||||
}
|
||||
|
||||
export default Error404
|
||||
Reference in New Issue
Block a user