feat: 调整ai music 页面文件结构

This commit is contained in:
xiaohong
2024-06-28 09:26:58 +08:00
parent 440ad58a77
commit e3c46cab53
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
</template>
<script lang="ts" setup>
import Mode from './components/mode/index.vue'
import List from './components/list/index.vue'
import Mode from './mode/index.vue'
import List from './list/index.vue'
defineOptions({ name: 'Index' })