import {NotificationPreferences} from "@/components/notification-preferences";

export default function NotificationPage() {
    return (<NotificationPreferences/>)
}