Unused vars

This commit is contained in:
Ian Philips 2022-07-15 08:48:35 -06:00
parent d54a72c431
commit 50447cf8d3

View File

@ -2,11 +2,9 @@ import clsx from 'clsx'
import { useFollows } from 'web/hooks/use-follows'
import { useUser, useUserById } from 'web/hooks/use-user'
import { follow, unfollow } from 'web/lib/firebase/users'
import { Avatar } from './avatar'
import { FollowButton } from './follow-button'
import { Col } from './layout/col'
import { Row } from './layout/row'
import { UserLink } from './user-page'
import { OnlineUserAvatar } from 'web/components/online-user-list'
export function FollowList(props: { userIds: string[] }) {