mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 23:09:26 +08:00
10 lines
184 B
JavaScript
10 lines
184 B
JavaScript
import RespectButton from './RespectButton';
|
|
import translations from './translations.yml';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentReactions: [RespectButton],
|
|
},
|
|
};
|