diff --git a/web/hooks/use-follows.ts b/web/hooks/use-follows.ts index 1986b30d..c23543a7 100644 --- a/web/hooks/use-follows.ts +++ b/web/hooks/use-follows.ts @@ -1,8 +1,6 @@ import { useEffect, useState } from 'react' import { listenForFollowers, listenForFollows } from 'web/lib/firebase/users' -import { - listenForContractFollows, -} from 'web/lib/firebase/contracts' +import { listenForContractFollows } from 'web/lib/firebase/contracts' export const useFollows = (userId: string | null | undefined) => { const [followIds, setFollowIds] = useState()