diff --git a/src/Pages/PageNotFound/index.js b/src/Pages/PageNotFound/index.js new file mode 100644 index 0000000..ff0ca97 --- /dev/null +++ b/src/Pages/PageNotFound/index.js @@ -0,0 +1,17 @@ +import { Button, Result } from "antd"; +import { Link } from "react-router-dom"; + +export default function PageNotFound() { + return ( + + + + } + /> + ); +}