Initial commit
This commit is contained in:
14
src/pages/errors/Error404.tsx
Normal file
14
src/pages/errors/Error404.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Result } from 'antd';
|
||||
import BackIcon from 'components/Icons/BackIcon';
|
||||
|
||||
export const Error404Page = () => {
|
||||
return (
|
||||
<Result
|
||||
status="404"
|
||||
title="404"
|
||||
subTitle="Sorry, the page you visited does not exist."
|
||||
extra={<BackIcon />}
|
||||
|
||||
/>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user