Skip to content

Commit 9b1b360

Browse files
committed
update translation import
1 parent b8de5e7 commit 9b1b360

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Banners/ContributorsQuizBanner.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
import { useTranslation } from "next-i18next"
2-
31
import { cn } from "@/lib/utils/cn"
42

53
import { Image } from "../Image"
64
import { ButtonLink } from "../ui/buttons/Button"
75
import { Flex, Stack } from "../ui/flex"
86

7+
import useTranslation from "@/hooks/useTranslation"
98
import PeopleLearning from "@/public/images/people-learning.png"
109

1110
// TODO: refactor to use CalloutBanner component

0 commit comments

Comments
 (0)