From 3541638baf3dc9d2f8ef458d16f869da09d7e5cc Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 30 Jul 2023 19:05:26 +0200 Subject: [PATCH] Created the Loading state index.js --- src/states/Loading/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/states/Loading/index.js diff --git a/src/states/Loading/index.js b/src/states/Loading/index.js new file mode 100644 index 0000000..64fddb2 --- /dev/null +++ b/src/states/Loading/index.js @@ -0,0 +1 @@ +export {Loading as default} from "./Loading.jsx"; \ No newline at end of file