diff --git a/src/main/images/NotFound.jsx b/src/main/images/NotFound.jsx deleted file mode 100644 index c0fa540..0000000 --- a/src/main/images/NotFound.jsx +++ /dev/null @@ -1,70 +0,0 @@ -import * as React from "react" - -const NotFound = (props) => ( - - - - - - - - - - - - - - - - - - - - -) - -export default NotFound \ No newline at end of file