basically done (at least the essential part)

This commit is contained in:
2024-06-29 12:05:50 +02:00
parent f314732f3f
commit 429bb53f36
18 changed files with 1546 additions and 768 deletions

View File

@@ -5,6 +5,7 @@ export interface Room {
playlistIndex: number;
roomName: string;
roomToken: string;
ownerUID: string;
}
export interface Song {