import { useOthers, useSelf } from "@/liveblocks.config" import Avatar from "@/components/ui/avatar" export function Avatars() { const users = useOthers() const currentUser = useSelf() return (