move websocket globally and modify mainn page

This commit is contained in:
Adrian Zuercher
2025-05-06 05:33:54 +02:00
parent 488ce84ae9
commit a059d282ed
9 changed files with 176 additions and 101 deletions

View File

@@ -1,11 +1,9 @@
<template>
<q-page>
<light-component />
<moving-head></moving-head>
</q-page>
</template>
<script setup lang="ts">
import LightComponent from 'src/components/LightComponent.vue';
import MovingHead from 'src/components/MovingHead.vue';
</script>