mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added 500 page
This commit is contained in:
parent
07b4874f69
commit
83065e6bfd
2 changed files with 35 additions and 18 deletions
7
src/pages/500.tsx
Normal file
7
src/pages/500.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { NotFoundLayout } from '~/layouts/NotFoundLayout';
|
||||
|
||||
const InternalServerErrorPage = () => {
|
||||
return <NotFoundLayout />;
|
||||
};
|
||||
|
||||
export default InternalServerErrorPage;
|
Loading…
Add table
Add a link
Reference in a new issue