From 79651bdb1719dbd39891e853edbe009f760ae9f3 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 20 Jul 2024 14:36:32 +0200 Subject: [PATCH] Remove index.js from Sidebar component --- dashboard/src/states/Dashboard/components/Sidebar/Sidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/states/Dashboard/components/Sidebar/Sidebar.jsx b/dashboard/src/states/Dashboard/components/Sidebar/Sidebar.jsx index a5743a1..cb82dda 100644 --- a/dashboard/src/states/Dashboard/components/Sidebar/Sidebar.jsx +++ b/dashboard/src/states/Dashboard/components/Sidebar/Sidebar.jsx @@ -16,7 +16,7 @@ import {projectSidebar, sidebar} from "@/common/routes"; import DarkLogo from "@/common/assets/images/logo/small-dark.webp"; import LightLogo from "@/common/assets/images/logo/small-light.webp"; import {useContext} from "react"; -import {ProjectContext} from "@/states/Dashboard/contexts/Project/index.js"; +import {ProjectContext} from "@/states/Dashboard/contexts/Project"; const drawerWidth = 260;