mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-06 18:48:56 -06:00
11 lines
121 B
TypeScript
11 lines
121 B
TypeScript
export const cardDimensions = {
|
|
artist: {
|
|
width: 150,
|
|
height: 150,
|
|
},
|
|
album: {
|
|
width: 150,
|
|
height: 150,
|
|
},
|
|
}
|