From 7322c45455bd6ddcb7d24e8f5e37d72f8b340d59 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:11:13 -0400 Subject: [PATCH] chore: remove unused import, fix console warning --- src/components/Glossary/GlossaryDefinition/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Glossary/GlossaryDefinition/index.tsx b/src/components/Glossary/GlossaryDefinition/index.tsx index 34cd42dc00d..41b5179fff9 100644 --- a/src/components/Glossary/GlossaryDefinition/index.tsx +++ b/src/components/Glossary/GlossaryDefinition/index.tsx @@ -1,5 +1,5 @@ import { ComponentProps } from "react" -import { Box, type HeadingProps, Text, VStack } from "@chakra-ui/react" +import { type HeadingProps, Text, VStack } from "@chakra-ui/react" import Heading from "@/components/Heading" import IdAnchor from "@/components/IdAnchor"