mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
13 lines
275 B
JavaScript
13 lines
275 B
JavaScript
import RespectButton from './containers/RespectButton';
|
|
|
|
import translations from './translations.json';
|
|
import {loadTranslations} from 'coral-framework/services/i18n';
|
|
|
|
loadTranslations(translations);
|
|
|
|
export default {
|
|
slots: {
|
|
commentActions: [RespectButton],
|
|
}
|
|
};
|