diff --git a/packages/x-components/src/store/index.ts b/packages/x-components/src/store/index.ts index f1bdc33241..fd04287f5c 100644 --- a/packages/x-components/src/store/index.ts +++ b/packages/x-components/src/store/index.ts @@ -1,7 +1,10 @@ export * from './actions.types'; -export * from './utils/fetch-and-save-action.utils'; export * from './getters.types'; export * from './mutations.types'; +export * from './utils/config-store.utils'; +export * from './utils/fetch-and-save-action.utils'; +export * from './utils/getters-proxy.utils'; +export * from './utils/query.utils'; export * from './utils/status-store.utils'; export * from './utils/store-emitters.utils'; export * from './store.types';