Skip to content

Commit 4eee7ac

Browse files
committed
cleanup
1 parent 90baa1a commit 4eee7ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/stablecoins.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { GetStaticProps } from "next/types"
2-
import { useTranslation } from "next-i18next";
2+
import { useTranslation } from "next-i18next"
33
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
44
import {
55
Box,
@@ -55,6 +55,7 @@ import daiLargeImg from "@/public/stablecoins/dai-large.png"
5555
import heroImg from "@/public/stablecoins/hero.png"
5656
import stablecoinsWtfImg from "@/public/stablecoins/tools/stablecoinswtf.png"
5757
import usdcLargeImg from "@/public/stablecoins/usdc-large.png"
58+
5859
type EthereumDataResponse = Array<{
5960
id: string
6061
name: string

0 commit comments

Comments
 (0)