11 lines
207 B
Vue
11 lines
207 B
Vue
<!-- eslint-disable vue/multi-word-component-names -->
|
|
<template>
|
|
<div>
|
|
<RNBOPlayer />
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
import RNBOPlayer from '~/archive/components/tests/RNBOPlayer.vue'
|
|
</script>
|