import { Avatar, AvatarFallback, AvatarImage } from "@/examples/base/ui/avatar" import { Button } from "@/examples/base/ui/button" import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, } from "@/examples/base/ui/empty" export default function EmptyAvatar() { return ( LR User Offline This user is currently offline. You can leave a message to notify them or try again later. ) }