reamed user metrics into user data and added avatar picture and started to implement the user settings page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user