diff --git a/src/utils/index.js b/src/utils/index.js index 367509c..612eedb 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -1,5 +1,6 @@ export * as DateUtils from './dateUtils'; export * as SortUtils from './sort'; +export analytics from './analytics'; import * as self from './index'; export default self;