Skip to content

Commit a402b68

Browse files
committed
Merge branch 'dev' into stats-box-grid
2 parents 93dd739 + f1b16aa commit a402b68

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
@@ -1,8 +1,8 @@
11
import { useEffect, useMemo, useState } from "react"
22
import { GetStaticProps, InferGetServerSidePropsType } from "next"
33
import { SSRConfig } from "next-i18next"
4-
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
54
import { useTranslation } from "next-i18next"
5+
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
66
import { FaGithub } from "react-icons/fa"
77
import {
88
Badge,

0 commit comments

Comments
 (0)