mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
10 lines
193 B
JavaScript
10 lines
193 B
JavaScript
import RespectButton from './containers/RespectButton';
|
|
import translations from './translations.json';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentActions: [RespectButton],
|
|
}
|
|
};
|