From b59cca0e0120b09430631376e783a49d7478176e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 19 Feb 2023 16:34:37 +0100 Subject: [PATCH] Created the Loading index.js --- client/src/pages/Loading/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/pages/Loading/index.js diff --git a/client/src/pages/Loading/index.js b/client/src/pages/Loading/index.js new file mode 100644 index 00000000..6ea2fb2c --- /dev/null +++ b/client/src/pages/Loading/index.js @@ -0,0 +1 @@ +export {Loading as default} from "./Loading"; \ No newline at end of file