mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-27 12:36:44 -06:00
8 lines
185 B
TypeScript
8 lines
185 B
TypeScript
|
import Vue from 'vue';
|
||
|
|
||
|
import wActivity from './activity.vue';
|
||
|
import wProfile from './profile.vue';
|
||
|
|
||
|
Vue.component('mkw-activity', wActivity);
|
||
|
Vue.component('mkw-profile', wProfile);
|