We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90baa1a commit 4eee7acCopy full SHA for 4eee7ac
src/pages/stablecoins.tsx
@@ -1,5 +1,5 @@
1
import { GetStaticProps } from "next/types"
2
-import { useTranslation } from "next-i18next";
+import { useTranslation } from "next-i18next"
3
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
4
import {
5
Box,
@@ -55,6 +55,7 @@ import daiLargeImg from "@/public/stablecoins/dai-large.png"
55
import heroImg from "@/public/stablecoins/hero.png"
56
import stablecoinsWtfImg from "@/public/stablecoins/tools/stablecoinswtf.png"
57
import usdcLargeImg from "@/public/stablecoins/usdc-large.png"
58
+
59
type EthereumDataResponse = Array<{
60
id: string
61
name: string
0 commit comments