From 9f5541333b0a20b730a303880ce35d7194b9e29d Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 7 Jul 2023 01:08:40 +0200 Subject: [PATCH] Created the NotFound index.js --- src/pages/NotFound/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/pages/NotFound/index.js diff --git a/src/pages/NotFound/index.js b/src/pages/NotFound/index.js new file mode 100644 index 0000000..404ec19 --- /dev/null +++ b/src/pages/NotFound/index.js @@ -0,0 +1 @@ +export {NotFound as default} from "./NotFound.jsx"; \ No newline at end of file