From 658570cbd94136f8ea33ebc15a5d5103560d79ce Mon Sep 17 00:00:00 2001 From: Tobias Keinert Date: Thu, 8 Feb 2024 11:48:36 +0100 Subject: [PATCH] removed old NotFound.jsx --- src/main/images/NotFound.jsx | 70 ------------------------------------ 1 file changed, 70 deletions(-) delete mode 100644 src/main/images/NotFound.jsx 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