import type { Metadata } from "next"; import { PushSubscribeButton } from "@/components/pwa/push-subscribe-button"; export const metadata: Metadata = { title: "Notifications – Settings" }; export default function NotificationsPage() { return (
Get notified when someone comments on your recipes or likes your content.