File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change
1
+ import { GetStaticProps } from "next"
2
+ import { useTranslation } from "next-i18next"
3
+ import { serverSideTranslations } from "next-i18next/serverSideTranslations"
4
+ import type { ComponentProps } from "react"
1
5
import {
2
6
Box ,
3
7
Flex ,
8
+ type FlexProps ,
4
9
Heading ,
10
+ type HeadingProps ,
5
11
ListItem ,
6
12
UnorderedList ,
7
- type FlexProps ,
8
- type HeadingProps ,
9
13
} 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"
14
14
15
15
import type { BasePageProps , ChildOnlyProp } from "@/lib/types"
16
16
@@ -36,8 +36,8 @@ import { existsNamespace } from "@/lib/utils/existsNamespace"
36
36
import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
37
37
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
38
38
39
- import ethCat from "@/public/eth-gif-cat.png"
40
39
import eth from "@/public/eth.png"
40
+ import ethCat from "@/public/eth-gif-cat.png"
41
41
import defi from "@/public/finance_transparent.png"
42
42
import ethereum from "@/public/what-is-ethereum.png"
43
43
You can’t perform that action at this time.
0 commit comments