UNPKG

@empathyco/x-components

Version:
11 lines 1.07 kB
export { default as AiCarousel } from '../js/x-modules/ai/components/ai-carousel.vue.js'; export { fetchAndSaveAiSuggestionsSearch } from '../js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js'; export { fetchAndSaveAiSuggestions } from '../js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js'; export { saveOrigin as saveAiOrigin } from '../js/x-modules/ai/store/actions/save-origin.action.js'; export { setUrlParams as setAiUrlParams } from '../js/x-modules/ai/store/actions/set-url-params.action.js'; export { aiEmitters } from '../js/x-modules/ai/store/emitters.js'; export { suggestionsRequest as aiSuggestionsRequest } from '../js/x-modules/ai/store/getters/suggestions-request.getter.js'; export { suggestionsSearchRequest as aiSuggestionsSearchRequest } from '../js/x-modules/ai/store/getters/suggestions-search-request.getter.js'; export { aiXStoreModule } from '../js/x-modules/ai/store/module.js'; export { aiWiring } from '../js/x-modules/ai/wiring.js'; export { aiXModule } from '../js/x-modules/ai/x-module.js';