mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 06:35:57 +02: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);
|