mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 18:12:59 +08:00
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
import LikeButton from './LikeButton';
|
|
import translations from './translations.yml';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentReactions: [LikeButton]
|
|
},
|
|
};
|