From aab2c14e707d22714197181675e20dca7c7c4fde Mon Sep 17 00:00:00 2001 From: ingawei Date: Tue, 19 Jul 2022 13:06:50 -0700 Subject: [PATCH] linting --- web/components/manalink-card.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/components/manalink-card.tsx b/web/components/manalink-card.tsx index f3baeaee..6e3f2cb9 100644 --- a/web/components/manalink-card.tsx +++ b/web/components/manalink-card.tsx @@ -3,8 +3,6 @@ import { formatMoney } from 'common/util/format' import { fromNow } from 'web/lib/util/time' import { Col } from 'web/components/layout/col' import { Row } from 'web/components/layout/row' -import { User } from 'web/lib/firebase/users' -import { Button } from './button' import { Claim, Manalink } from 'common/manalink' import { useState } from 'react' import { ShareIconButton } from './share-icon-button'