mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Small fix
This commit is contained in:
@@ -7,12 +7,10 @@ import LastJoin from '../components/LastJoin.vue';
|
||||
import Launch from '../components/Launch.vue';
|
||||
import Location from '../components/Location.vue';
|
||||
import LocationWorld from '../components/LocationWorld.vue';
|
||||
import SimpleSwitch from '../components/SimpleSwitch.vue';
|
||||
import Timer from '../components/Timer.vue';
|
||||
import DataTable from '../components/DataTable.vue';
|
||||
|
||||
export function initComponents(app) {
|
||||
app.component('SimpleSwitch', SimpleSwitch);
|
||||
app.component('Location', Location);
|
||||
app.component('Timer', Timer);
|
||||
app.component('InstanceInfo', InstanceInfo);
|
||||
|
||||
Reference in New Issue
Block a user