mindboost-rnbo-test-project/pages/experiments/MicNoisePatchMusic2.vue

11 lines
227 B
Vue

<template>
<div>
<MicNoisePatchMusic2 />
</div>
</template>
<script setup>
// import Player from '~/components/Player.vue'
import MicNoisePatchMusic2 from '~/archive/components/tests/MicNoisePatchMusic2.vue'
</script>