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) => {