Auto-prettification
This commit is contained in:
parent
f641569bcc
commit
5ff847fba3
|
@ -1,8 +1,6 @@
|
||||||
import { useEffect, useState } from 'react'
|
import { useEffect, useState } from 'react'
|
||||||
import { listenForFollowers, listenForFollows } from 'web/lib/firebase/users'
|
import { listenForFollowers, listenForFollows } from 'web/lib/firebase/users'
|
||||||
import {
|
import { listenForContractFollows } from 'web/lib/firebase/contracts'
|
||||||
listenForContractFollows,
|
|
||||||
} from 'web/lib/firebase/contracts'
|
|
||||||
|
|
||||||
export const useFollows = (userId: string | null | undefined) => {
|
export const useFollows = (userId: string | null | undefined) => {
|
||||||
const [followIds, setFollowIds] = useState<string[] | undefined>()
|
const [followIds, setFollowIds] = useState<string[] | undefined>()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user