mindboost-rnbo-test-project/pages/experiments/controlValues/ControlValues.vue

8 lines
169 B
Vue

<template>
<RNBOControlValue />
</template>
<script setup>
import RNBOControlValue from '@/components/experiments/tests/ControlValues/RNBOControlValue.vue'
</script>