2026-08-10 f9e6eb6fc2c2e0c2a2b17238b817fcbfcb6bab56
src/views/ai/music/index/list/index.vue
@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { Recordable } from '..\..\..\..\..\packages\types\src';
import type { Recordable } from '@vben/types';
import type { MusicSong } from './types';
import { provide, ref } from 'vue';