Files
fotospiel-app/resources/js/guest-v2/services/galleryApi.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
153 B
TypeScript

export {
fetchGalleryMeta,
fetchGalleryPhotos,
type GalleryMetaResponse,
type GalleryPhotoResource,
} from '@/shared/guest/services/galleryApi';