import { Button } from "@/examples/base/ui/button" import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, } from "@/examples/base/ui/empty" import { IconBell } from "@tabler/icons-react" import { RefreshCcwIcon } from "lucide-react" export function EmptyMuted() { return ( No Notifications You're all caught up. New notifications will appear here. ) }