upgrade to tamagui v2 and guest pwa overhaul
This commit is contained in:
8
resources/js/guest-v2/services/eventApi.ts
Normal file
8
resources/js/guest-v2/services/eventApi.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export {
|
||||
fetchEvent,
|
||||
fetchStats,
|
||||
type EventData,
|
||||
type EventStats,
|
||||
FetchEventError,
|
||||
type FetchEventErrorCode,
|
||||
} from '@/guest/services/eventApi';
|
||||
Reference in New Issue
Block a user