summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/widgets/index.ts
blob: 4de912b64c6d736f5e86125ea75e4a86ce0b0687 (plain)
1
2
3
4
5
6
7
import Vue from 'vue';

import wActivity from './activity.vue';
import wProfile from './profile.vue';

Vue.component('mkw-activity', wActivity);
Vue.component('mkw-profile', wProfile);