feat(frontend): show recent listens

This commit is contained in:
Julian Tölle 2020-05-02 21:46:41 +02:00
parent 32dcd84964
commit 49bff95ea5
12 changed files with 217 additions and 16 deletions

View file

@ -1,5 +0,0 @@
export interface User {
id: string;
displayName: string;
photo?: string;
}