change one import...

This commit is contained in:
2024-12-08 17:18:46 +01:00
parent c52c43fc3a
commit 52e93b772d
2 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import { updateLanguageServiceSourceFile } from 'typescript';
import type { Song, CollectionPreview } from '../script/types'
import { useAudioStore } from '@/stores/audioStore';
import { ref } from 'vue';