Skip to content

Commit

Permalink
import sort fix
Browse files Browse the repository at this point in the history
  • Loading branch information
checkomkar committed Mar 14, 2024
1 parent 3be6bc4 commit 1364314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Glossary/GlossaryDefinition/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ComponentProps, useState } from "react"
import { Box, Text, Link, Flex } from "@chakra-ui/react"
import { VscLink } from "react-icons/vsc"
import { Box, Flex, Link, Text } from "@chakra-ui/react"
import InlineLink from "@/components/Link"
import OldHeading from "@/components/OldHeading"
import Translation from "@/components/Translation"
Expand Down

0 comments on commit 1364314

Please sign in to comment.