Files
fotospiel-app/resources/js/guest-v2/services/notificationsApi.ts
Codex Agent 0a08f2704f
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled
refactor(guest): retire legacy guest app and move shared modules
2026-02-06 08:42:53 +01:00

7 lines
173 B
TypeScript

export {
fetchGuestNotifications,
markGuestNotificationRead,
dismissGuestNotification,
type GuestNotificationItem,
} from '@/shared/guest/services/notificationApi';