Add Results component with basic structure

This commit is contained in:
2020-07-23 14:07:29 +02:00
parent ce1bd7de40
commit 84e86f170e
3 changed files with 38 additions and 19 deletions

View File

@@ -11,4 +11,4 @@ export interface Artist {
albums: Album[];
}
export type Artists = Artist[];
export type Artists = Artist[] | undefined;