import { Avatar, AvatarSize } from "#/ui/Avatar"; type Props = { name: string; }; export default function UserAvatar({ name }: Props) { return (