Skip to content

Commit 2f1741c

Browse files
authored
Merge pull request #13302 from ethereum/box-warning
chore: remove unused import, fix console warning
2 parents bca7b89 + 7322c45 commit 2f1741c

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)