Skip to content

Commit f0fda0f

Browse files
committed
fix lint
1 parent 2b227be commit f0fda0f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pages/eth.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1+
import { GetStaticProps } from "next"
2+
import { useTranslation } from "next-i18next"
3+
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
4+
import type { ComponentProps } from "react"
15
import {
26
Box,
37
Flex,
8+
type FlexProps,
49
Heading,
10+
type HeadingProps,
511
ListItem,
612
UnorderedList,
7-
type FlexProps,
8-
type HeadingProps,
913
} from "@chakra-ui/react"
10-
import { GetStaticProps } from "next"
11-
import { useTranslation } from "next-i18next"
12-
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
13-
import type { ComponentProps } from "react"
1414

1515
import type { BasePageProps, ChildOnlyProp } from "@/lib/types"
1616

@@ -36,8 +36,8 @@ import { existsNamespace } from "@/lib/utils/existsNamespace"
3636
import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
3737
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
3838

39-
import ethCat from "@/public/eth-gif-cat.png"
4039
import eth from "@/public/eth.png"
40+
import ethCat from "@/public/eth-gif-cat.png"
4141
import defi from "@/public/finance_transparent.png"
4242
import ethereum from "@/public/what-is-ethereum.png"
4343

0 commit comments

Comments
 (0)