File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/StablecoinAccordion Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ import { useTranslation } from "next-i18next"
2
2
3
3
import { type CardProps } from "@/components/CardList"
4
4
5
+ // Static assets
6
+ // -- dapps
5
7
import aaveImg from "@/public/images/dapps/aave.png"
6
- // -- borrow
7
- import compoundImg from "@/public/images/dapps/compound.png"
8
8
// -- earn
9
9
import buidlboxImg from "@/public/images/dapps/buidlbox.png"
10
+ // -- borrow
11
+ import compoundImg from "@/public/images/dapps/compound.png"
10
12
import loopringImg from "@/public/images/dapps/loopring.png"
11
13
import matchaImg from "@/public/images/dapps/matcha.png"
12
14
import summerfiImg from "@/public/images/dapps/summerfi.png"
13
- // Static assets
14
- // -- dapps
15
15
import uniImg from "@/public/images/dapps/uni.png"
16
16
import oneInchImg from "@/public/images/exchanges/1inch.png"
17
17
import binanceImg from "@/public/images/exchanges/binance.png"
You can’t perform that action at this time.
0 commit comments