From f641569bcc96fe347d6e184957f92235e74c2d2f Mon Sep 17 00:00:00 2001 From: jahooma Date: Sat, 27 Aug 2022 05:00:37 +0000 Subject: [PATCH] Auto-remove unused imports --- web/hooks/use-follows.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/hooks/use-follows.ts b/web/hooks/use-follows.ts index 4ca61f30..1986b30d 100644 --- a/web/hooks/use-follows.ts +++ b/web/hooks/use-follows.ts @@ -2,7 +2,6 @@ import { useEffect, useState } from 'react' import { listenForFollowers, listenForFollows } from 'web/lib/firebase/users' import { listenForContractFollows, - getActiveContracts, } from 'web/lib/firebase/contracts' export const useFollows = (userId: string | null | undefined) => {