From cd520e6cfe8474a6b5ac33b4ca730c5b7911775b Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Mon, 15 Aug 2022 19:47:58 -0600 Subject: [PATCH] lint --- web/pages/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/pages/index.tsx b/web/pages/index.tsx index d4ae5f47..01c24fcf 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -1,8 +1,4 @@ -import { - Contract, - getContractsBySlugs, - getTrendingContracts, -} from 'web/lib/firebase/contracts' +import { Contract, getTrendingContracts } from 'web/lib/firebase/contracts' import { Page } from 'web/components/page' import { LandingPagePanel } from 'web/components/landing-page-panel' import { Col } from 'web/components/layout/col'