6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
|
|
import { Notifications } from "@/components/notifications"
|
||
|
|
|
||
|
|
export default function MyNotificationsPage() {
|
||
|
|
return <Notifications />
|
||
|
|
}
|