Fixed export.

This commit is contained in:
Mike Cao 2023-07-25 09:55:38 -07:00
parent 7ec84ae7ea
commit ee8de858d1
2 changed files with 2 additions and 2 deletions

View file

@ -18,6 +18,7 @@ export * from './analytics/sessions/createSession';
export * from './analytics/sessions/getSession';
export * from './analytics/sessions/getSessionMetrics';
export * from './analytics/sessions/getSessions';
export * from './analytics/sessions/saveSessionData';
export * from './analytics/stats/getActiveVisitors';
export * from './analytics/stats/getRealtimeData';
export * from './analytics/stats/getWebsiteStats';