react-server675fbba4
react-serverfilesexamplesmantinesrccomponentsNotifications.tsx
examples/mantine/src/components/Notifications.tsxtsx153 B28ac8264
"use client";

import { Notifications } from "@mantine/notifications";

export default function NotificationsComponent() {
  return <Notifications />;
}