Implement pagination

This commit is contained in:
Chi Vinh Le
2017-07-20 01:19:45 +07:00
parent 7005175fc0
commit b769e95898
8 changed files with 142 additions and 21 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
export {t} from 'coral-framework/services/i18n';
export {t, timeago} from 'coral-framework/services/i18n';
export {can} from 'coral-framework/services/perms';
export {isSlotEmpty} from 'coral-framework/helpers/plugins';