Move types up

This commit is contained in:
jeffvli
2022-10-26 16:21:51 -07:00
parent 6763f4439d
commit 8f82d001f0
7 changed files with 111 additions and 248 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import {
PlayerRepeat,
PlayerStatus,
UniqueId,
} from '../../types';
} from '@/renderer/types';
type QueueSong = Song & UniqueId;