UPD: Key-/Knob-Components

This commit is contained in:
Robert Kossessa
2024-02-04 18:00:10 +01:00
parent 5e3f29058f
commit efb2826982
11 changed files with 124 additions and 80 deletions

View File

@@ -0,0 +1,8 @@
<template>
<WIP />
<DeviceLEDRing />
</template>
<script setup>
import WIP from '@/components/WIP.vue'
import DeviceLEDRing from '@/components/device/DeviceLEDRing.vue'
</script>