"use client";
import { Notifications } from "@mantine/notifications";
export default function NotificationsComponent() {
return <Notifications />;
}
"use client";
import { Notifications } from "@mantine/notifications";
export default function NotificationsComponent() {
return <Notifications />;
}