mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 02:48:35 +08:00
Implement pagination
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export {addNotification} from 'coral-framework/actions/notification';
|
||||
@@ -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';
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
export {isTagged, insertCommentsSorted} from 'coral-framework/utils';
|
||||
export {getSlotFragmentSpreads} from 'coral-framework/utils';
|
||||
export {
|
||||
isTagged,
|
||||
insertCommentsSorted,
|
||||
getSlotFragmentSpreads,
|
||||
forEachError,
|
||||
} from 'coral-framework/utils';
|
||||
|
||||
Reference in New Issue
Block a user