diff --git a/src/subrepos/gtrack-common-ngx/app/index.ts b/src/subrepos/gtrack-common-ngx/app/index.ts index 2fd935bd..af2240b9 100644 --- a/src/subrepos/gtrack-common-ngx/app/index.ts +++ b/src/subrepos/gtrack-common-ngx/app/index.ts @@ -8,6 +8,6 @@ export * from './router'; export * from './styles'; export * from './store'; export * from './geosearch'; - -export * from './user-status'; +export * from './shared/services/background-geolocation-service'; +export * from './search-filters'; export * from './utils';