From 3ff7477455e6e217cbaebe75b33fd66c50ca598d Mon Sep 17 00:00:00 2001 From: ingawei Date: Thu, 29 Sep 2022 16:49:03 -0700 Subject: [PATCH] linting --- web/components/portfolio/portfolio-value-section.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/portfolio/portfolio-value-section.tsx b/web/components/portfolio/portfolio-value-section.tsx index 6bddc71e..d7fff6ef 100644 --- a/web/components/portfolio/portfolio-value-section.tsx +++ b/web/components/portfolio/portfolio-value-section.tsx @@ -4,7 +4,6 @@ import { last } from 'lodash' import { memo, useRef, useState } from 'react' import { usePortfolioHistory } from 'web/hooks/use-portfolio-history' import { Period } from 'web/lib/firebase/users' -import { PillButton } from '../buttons/pill-button' import { Col } from '../layout/col' import { Row } from '../layout/row' import { PortfolioValueGraph } from './portfolio-value-graph'