Test with unused import
This commit is contained in:
		
							parent
							
								
									b88f9a4fc1
								
							
						
					
					
						commit
						8e4dd407f6
					
				| 
						 | 
				
			
			@ -1,6 +1,9 @@
 | 
			
		|||
import { useEffect, useState } from 'react'
 | 
			
		||||
import { listenForFollowers, listenForFollows } from 'web/lib/firebase/users'
 | 
			
		||||
import { listenForContractFollows } from 'web/lib/firebase/contracts'
 | 
			
		||||
import {
 | 
			
		||||
  listenForContractFollows,
 | 
			
		||||
  getActiveContracts,
 | 
			
		||||
} 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