setup artist page boilerplate code

This commit is contained in:
geoffrey45
2022-11-21 21:59:24 +03:00
committed by Mungai Njoroge
parent f3c4f0310a
commit da852e72f3
7 changed files with 70 additions and 39 deletions
-3
View File
@@ -45,9 +45,6 @@ interface ScrollerItem {
const header: ScrollerItem = {
id: "header",
component: Header,
// props: {
// info: playlist.info,
// },
size: 19 * 16,
};