Skip to content

Commit f1b16aa

Browse files
authored
Merge pull request #226 from ethereum/patch-import-order
Hot-fix import order
2 parents 9be715b + 56dbdf9 commit f1b16aa

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)