import { NotificationPreferencesForm } from '@/components/notifications/notification-preferences-form'; export default function NotificationPreferencesPage() { return (

Notification Preferences

Choose which notifications you receive and how.

); }