Files
zeroone/src/components/config/old/DevPlayground.vue
2024-02-04 17:46:26 +01:00

8 lines
182 B
Vue

<template>
<WIP />
<DeviceLEDRing />
</template>
<script setup>
import WIP from '@/components/WIP.vue'
import DeviceLEDRing from '@/components/device/DeviceLEDRing.vue'
</script>