mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
Include translations
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import Editor from './containers/Editor';
|
||||
import CommentContent from './containers/CommentContent';
|
||||
import AdminCommentContent from './containers/AdminCommentContent';
|
||||
import translations from './translations.yml';
|
||||
|
||||
import { gql } from 'react-apollo';
|
||||
|
||||
export default {
|
||||
translations,
|
||||
slots: {
|
||||
draftArea: [Editor],
|
||||
commentContent: [CommentContent],
|
||||
|
||||
Reference in New Issue
Block a user