Skip to content

Commit 7322c45

Browse files
committed
chore: remove unused import, fix console warning
1 parent bca7b89 commit 7322c45

File tree

1 file changed

+1
-1
lines changed
  • src/components/Glossary/GlossaryDefinition

1 file changed

+1
-1
lines changed

src/components/Glossary/GlossaryDefinition/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ComponentProps } from "react"
2-
import { Box, type HeadingProps, Text, VStack } from "@chakra-ui/react"
2+
import { type HeadingProps, Text, VStack } from "@chakra-ui/react"
33

44
import Heading from "@/components/Heading"
55
import IdAnchor from "@/components/IdAnchor"

0 commit comments

Comments
 (0)