Skip to content

Commit 9be715b

Browse files
authored
Merge pull request #225 from ethereum/removeReactintl
Remove react-i18next on tutorials page
2 parents 39a8915 + 3219f1e commit 9be715b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/developers/tutorials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useEffect, useMemo, useState } from "react"
22
import { GetStaticProps, InferGetServerSidePropsType } from "next"
33
import { SSRConfig } from "next-i18next"
44
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
5-
import { useTranslation } from "react-i18next"
5+
import { useTranslation } from "next-i18next"
66
import { FaGithub } from "react-icons/fa"
77
import {
88
Badge,

0 commit comments

Comments
 (0)