We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8de5e7 commit 9b1b360Copy full SHA for 9b1b360
src/components/Banners/ContributorsQuizBanner.tsx
@@ -1,11 +1,10 @@
1
-import { useTranslation } from "next-i18next"
2
-
3
import { cn } from "@/lib/utils/cn"
4
5
import { Image } from "../Image"
6
import { ButtonLink } from "../ui/buttons/Button"
7
import { Flex, Stack } from "../ui/flex"
8
+import useTranslation from "@/hooks/useTranslation"
9
import PeopleLearning from "@/public/images/people-learning.png"
10
11
// TODO: refactor to use CalloutBanner component
0 commit comments