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