Files
2026-06-12 16:08:49 -04:00

8 lines
169 B
TypeScript

"use client"
import { NotificationsPage } from "@/components/pages/notifications-page"
export default function NotificationsRoute() {
return <NotificationsPage />
}