import { useNotificationStore } from "@/store/notifications" export function listNotifications() { return useNotificationStore.getState().notifications }