mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
import NotificationsPage from "@/components/pages/notifications/NotificationsPage";
|
|
|
|
export default function Screen() {
|
|
return (
|
|
<NotificationsPage/>
|
|
);
|
|
}
|