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