Auto-prettification
This commit is contained in:
parent
f641569bcc
commit
5ff847fba3
|
@ -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<string[] | undefined>()
|
||||
|
|
Loading…
Reference in New Issue
Block a user