From 50d98d2c4904127fc0c6cc0a5c3e5826d878847a Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 18:11:28 +0200 Subject: [PATCH] Created the PowerItem index --- .../components/SidebarContent/components/PowerItem/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/index.js diff --git a/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/index.js b/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/index.js new file mode 100644 index 0000000..9b18485 --- /dev/null +++ b/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/index.js @@ -0,0 +1 @@ +export {PowerItem as default} from "./PowerItem"; \ No newline at end of file