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,
|
||||
Flex,
|
||||
usePrefersReducedMotion,
|
||||
Icon,
|
||||
} from "@chakra-ui/react";
|
||||
import {
|
||||
CheckCircleIcon,
|
||||
CheckIcon,
|
||||
ChevronRightIcon,
|
||||
EditIcon,
|
||||
|
|
|
@ -7,7 +7,7 @@ import OutfitThumbnail, {
|
|||
outfitThumbnailFragment,
|
||||
getOutfitThumbnailRenderSize,
|
||||
} from "../components/OutfitThumbnail";
|
||||
import OutfitPreview, { useOutfitPreview } from "../components/OutfitPreview";
|
||||
import { useOutfitPreview } from "../components/OutfitPreview";
|
||||
import { loadable } from "../util";
|
||||
|
||||
const OutfitControls = loadable(() => import("./OutfitControls"));
|
||||
|
|
Loading…
Reference in a new issue