Remove unused imports
This commit is contained in:
parent
d2c672667d
commit
ab21f3a8a5
2 changed files with 1 additions and 3 deletions
|
@ -20,10 +20,8 @@ import {
|
||||||
WrapItem,
|
WrapItem,
|
||||||
Flex,
|
Flex,
|
||||||
usePrefersReducedMotion,
|
usePrefersReducedMotion,
|
||||||
Icon,
|
|
||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
import {
|
import {
|
||||||
CheckCircleIcon,
|
|
||||||
CheckIcon,
|
CheckIcon,
|
||||||
ChevronRightIcon,
|
ChevronRightIcon,
|
||||||
EditIcon,
|
EditIcon,
|
||||||
|
|
|
@ -7,7 +7,7 @@ import OutfitThumbnail, {
|
||||||
outfitThumbnailFragment,
|
outfitThumbnailFragment,
|
||||||
getOutfitThumbnailRenderSize,
|
getOutfitThumbnailRenderSize,
|
||||||
} from "../components/OutfitThumbnail";
|
} from "../components/OutfitThumbnail";
|
||||||
import OutfitPreview, { useOutfitPreview } from "../components/OutfitPreview";
|
import { useOutfitPreview } from "../components/OutfitPreview";
|
||||||
import { loadable } from "../util";
|
import { loadable } from "../util";
|
||||||
|
|
||||||
const OutfitControls = loadable(() => import("./OutfitControls"));
|
const OutfitControls = loadable(() => import("./OutfitControls"));
|
||||||
|
|
Loading…
Reference in a new issue