Remove unused import
This commit is contained in:
parent
631a44a105
commit
6fd1290273
1 changed files with 1 additions and 5 deletions
|
@ -8,11 +8,7 @@ import SVG from "react-inlinesvg";
|
||||||
import menuArrowIcon from "@assets/images/menu-arrow-icon.svg";
|
import menuArrowIcon from "@assets/images/menu-arrow-icon.svg";
|
||||||
import useTheme from "@saleor/hooks/useTheme";
|
import useTheme from "@saleor/hooks/useTheme";
|
||||||
import { createHref } from "@saleor/misc";
|
import { createHref } from "@saleor/misc";
|
||||||
import {
|
import { drawerNestedMenuWidth, drawerWidthExpandedMobile } from "./consts";
|
||||||
drawerNestedMenuWidth,
|
|
||||||
drawerWidthExpanded,
|
|
||||||
drawerWidthExpandedMobile
|
|
||||||
} from "./consts";
|
|
||||||
import { IActiveSubMenu } from "./MenuList";
|
import { IActiveSubMenu } from "./MenuList";
|
||||||
import { IMenuItem } from "./menuStructure";
|
import { IMenuItem } from "./menuStructure";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue