mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-11 10:41:46 +00:00
Remove index.js from Sidebar component
This commit is contained in:
@ -16,7 +16,7 @@ import {projectSidebar, sidebar} from "@/common/routes";
|
|||||||
import DarkLogo from "@/common/assets/images/logo/small-dark.webp";
|
import DarkLogo from "@/common/assets/images/logo/small-dark.webp";
|
||||||
import LightLogo from "@/common/assets/images/logo/small-light.webp";
|
import LightLogo from "@/common/assets/images/logo/small-light.webp";
|
||||||
import {useContext} from "react";
|
import {useContext} from "react";
|
||||||
import {ProjectContext} from "@/states/Dashboard/contexts/Project/index.js";
|
import {ProjectContext} from "@/states/Dashboard/contexts/Project";
|
||||||
|
|
||||||
const drawerWidth = 260;
|
const drawerWidth = 260;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user