Remove stray import
This commit is contained in:
parent
bfd2d78d76
commit
9f5b8a7e6e
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ import { Box, VStack } from "@chakra-ui/react";
|
|||
import { WarningTwoIcon } from "@chakra-ui/icons";
|
||||
import { FaBug } from "react-icons/fa";
|
||||
import { GlitchBadgeLayout, layerUsesHTML5 } from "../components/HTML5Badge";
|
||||
import { petAppearanceFragment } from "../components/useOutfitAppearance";
|
||||
|
||||
function OutfitKnownGlitchesBadge({ appearance }) {
|
||||
const glitchMessages = [];
|
||||
|
|
Loading…
Reference in a new issue