diff --git a/client/coral-framework/index.js b/client/coral-framework/index.js index 3b653b043..96750bffd 100644 --- a/client/coral-framework/index.js +++ b/client/coral-framework/index.js @@ -4,6 +4,8 @@ import I18n from './modules/i18n/i18n'; import actions from './actions'; import Slot from './components/Slot'; +// TODO (bc): Deprecate old actions. Spreading actions is now needed. + export default { pym, Slot,