File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/pages/contributing/translation-program Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { useRouter } from "next/router"
3
3
import { GetStaticProps } from "next/types"
4
4
import { useTranslation } from "next-i18next"
5
5
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
6
- import { useColorModeValue } from "@chakra-ui/react"
7
6
8
7
import { BasePageProps , Lang } from "@/lib/types"
9
8
@@ -27,6 +26,7 @@ import allTimeData from "../../../data/translation-reports/alltime/alltime-data.
27
26
import monthData from "../../../data/translation-reports/month/month-data.json"
28
27
import quarterData from "../../../data/translation-reports/quarter/quarter-data.json"
29
28
29
+ import useColorModeValue from "@/hooks/useColorModeValue"
30
30
import darkThemeCertificateImg from "@/public/images/certificates/dark-certificate.png"
31
31
import lightThemeCertificateImg from "@/public/images/certificates/light-certificate.png"
32
32
import dogeComputerImg from "@/public/images/doge-computer.png"
You can’t perform that action at this time.
0 commit comments