From 2130847cba502a886c1d6c9c75b4a11d7690c294 Mon Sep 17 00:00:00 2001 From: Erik Nucibella Date: Sun, 21 Jan 2024 12:31:30 +0100 Subject: [PATCH] fix: unused import --- apps/web/src/components/ReservesIncentives.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/components/ReservesIncentives.tsx b/apps/web/src/components/ReservesIncentives.tsx index ba93b66..f17c49d 100644 --- a/apps/web/src/components/ReservesIncentives.tsx +++ b/apps/web/src/components/ReservesIncentives.tsx @@ -2,7 +2,6 @@ import { useReservesIncentives, useUserReservesIncentives } from '@/api'; import { erc20ABI, useContractReads } from 'wagmi'; import React, { useCallback, useMemo } from 'react'; import { formatUnits } from 'viem'; -import { AddressButton } from '.'; import { SupplyUnderlyingAssetButton } from './SupplyUnderlyingAssetButton'; import { BorrowUnderlyingAssetButton } from './BorrowUnderlyingAssetButton'; import {