mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-11 11:03:09 +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);
|