import { Avatar, AvatarFallback, AvatarImage, } from "@/styles/base-nova/ui/avatar" import { Button } from "@/styles/base-nova/ui/button" import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, } from "@/styles/base-nova/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. ) }