import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover" import { IconBell } from "@tabler/icons-react" import { FC } from "react" import { SIDEBAR_ICON_SIZE } from "../sidebar/sidebar-switcher" interface AlertsProps {} export const Alerts: FC = () => { return (
{1 > 0 && ( 1 )}
placeholder
) }