BREAK EVERYTHING

- some broken edits
This commit is contained in:
geoffrey45
2022-06-17 20:29:09 +03:00
parent 7718a7c99f
commit 06ed41d869
9 changed files with 101 additions and 49 deletions
+4 -1
View File
@@ -43,7 +43,7 @@ async function searchTracks(query: string) {
}
const data = await res.json();
console.log(data)
console.log(data);
return data;
}
@@ -105,3 +105,6 @@ export {
loadMoreAlbums,
loadMoreArtists,
};
// TODO:
// Rewrite this module using `useAxios` hook