Auto-remove unused imports

This commit is contained in:
jahooma 2022-08-27 05:00:37 +00:00 committed by github-actions[bot]
parent 8e4dd407f6
commit f641569bcc

View File

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