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