From 16f15c5faf001ba3f0c7e8b2c46a83f8c4cc3066 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 6 Apr 2017 19:05:46 -0300 Subject: [PATCH] Adding todo --- client/coral-framework/index.js | 2 ++ 1 file changed, 2 insertions(+) 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,