import NotificationPage from "@/components/notification/NotificationPage";

export default function Page() {
  return <NotificationPage />;
}
