8 lines
182 B
Vue
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> |