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"