import { BellIcon } from 'lucide-react' import { Popover, PopoverContent, PopoverTrigger } from '@repo/ui/components/ui/popover' import { Button } from '@repo/ui/components/ui/button' export function Notification() { return ( <>Notificações ) }