Initial commit
This commit is contained in:
12
pages/experiments/Player/RNBODevice.vue
Normal file
12
pages/experiments/Player/RNBODevice.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div>
|
||||
<RNBODevice />
|
||||
<GainController />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import GainController from '~/components/experiments/GainController.vue'
|
||||
import RNBODevice from '~/components/experiments/homepages/RNBODevice.vue'
|
||||
import NavigationBar from '~/components/NavigationBar.vue'
|
||||
</script>
|
Reference in New Issue
Block a user