Auto-remove unused imports
This commit is contained in:
parent
8e4dd407f6
commit
f641569bcc
|
@ -2,7 +2,6 @@ import { useEffect, useState } from 'react'
|
||||||
import { listenForFollowers, listenForFollows } from 'web/lib/firebase/users'
|
import { listenForFollowers, listenForFollows } from 'web/lib/firebase/users'
|
||||||
import {
|
import {
|
||||||
listenForContractFollows,
|
listenForContractFollows,
|
||||||
getActiveContracts,
|
|
||||||
} from 'web/lib/firebase/contracts'
|
} from 'web/lib/firebase/contracts'
|
||||||
|
|
||||||
export const useFollows = (userId: string | null | undefined) => {
|
export const useFollows = (userId: string | null | undefined) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user