mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 01:41:13 +08:00
10 lines
175 B
JavaScript
10 lines
175 B
JavaScript
import LikeButton from './LikeButton';
|
|
import translations from './translations.yml';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentReactions: [LikeButton],
|
|
},
|
|
};
|