"use client"; import React from 'react'; import { NotificationsForm } from './notifications-form'; export default function SettingsNotificationsPage() { return (

Notifications

Configure how you receive notifications.

); }