diff --git a/react-project/src/pages/NotFound.jsx b/react-project/src/pages/NotFound.jsx new file mode 100644 index 0000000..e883fb7 --- /dev/null +++ b/react-project/src/pages/NotFound.jsx @@ -0,0 +1,11 @@ +import { Link } from "react-router-dom"; +function NotFound() { + return ( +