import Vue from 'vue'
import CommentBox from '~/components/common/comment'
import TopicNavBox from '~/components/common/topic'
Vue.use(CommentBox)
Vue.use(TopicNavBox)