Files
cally/app/(auth)/notifications/index.tsx
2024-11-04 01:01:59 +01:00

8 lines
171 B
TypeScript

import NotificationsPage from "@/components/pages/notifications/NotificationsPage";
export default function Screen() {
return (
<NotificationsPage/>
);
}