reamed user metrics into user data and added avatar picture and started to implement the user settings page

This commit is contained in:
Clément Le Bihan
2023-04-09 18:56:45 +02:00
parent fbf85a635e
commit 572bb0056d
6 changed files with 130 additions and 58 deletions
-2
View File
@@ -1,4 +1,3 @@
import Metrics from "./Metrics";
import Model from "./Model";
import SongDetails from "./SongDetails";
@@ -8,7 +7,6 @@ interface Song extends Model {
albumId: number | null
genreId: number | null;
cover: string;
metrics: Metrics;
details: SongDetails;
}