mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
refactor interfaces and references
This commit is contained in:
committed by
Mungai Njoroge
parent
4a49d48011
commit
6d8a9f880b
@@ -27,7 +27,7 @@ import { paths } from "@/config";
|
||||
import { Track } from "@/interfaces";
|
||||
|
||||
defineProps<{
|
||||
track: Track | null;
|
||||
track: Track | undefined;
|
||||
}>();
|
||||
|
||||
const imguri = paths.images.thumb.large;
|
||||
|
||||
Reference in New Issue
Block a user