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.
2 parents 93dd739 + f1b16aa commit a402b68Copy full SHA for a402b68
src/pages/developers/tutorials.tsx
@@ -1,8 +1,8 @@
1
import { useEffect, useMemo, useState } from "react"
2
import { GetStaticProps, InferGetServerSidePropsType } from "next"
3
import { SSRConfig } from "next-i18next"
4
-import { serverSideTranslations } from "next-i18next/serverSideTranslations"
5
import { useTranslation } from "next-i18next"
+import { serverSideTranslations } from "next-i18next/serverSideTranslations"
6
import { FaGithub } from "react-icons/fa"
7
import {
8
Badge,
0 commit comments