Front: Song Lobby Page: Basic Layout with song title, illustration and illustration

This commit is contained in:
Arthi-chaud
2022-09-03 09:42:26 +02:00
parent 1f0ee99930
commit 62f1576a70
5 changed files with 97 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import Model from "./Model";
interface Song extends Model {
title: string;
description: string;
album: string
album: string;
metrics: Metrics;
}