Move Icon and translation service to plugin-api

This commit is contained in:
Chi Vinh Le
2017-06-08 01:18:02 +07:00
parent 6561f733b7
commit ffce78ef60
6 changed files with 5 additions and 4 deletions
@@ -1 +1,2 @@
export {Slot} from 'coral-framework/components';
export {Icon} from 'coral-ui';
+1
View File
@@ -0,0 +1 @@
export {t} from 'coral-framework/services/i18n';