mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-29 06:59:30 -05:00
11 lines
121 B
TypeScript
11 lines
121 B
TypeScript
export const cardDimensions = {
|
|
artist: {
|
|
width: 150,
|
|
height: 150,
|
|
},
|
|
album: {
|
|
width: 150,
|
|
height: 150,
|
|
},
|
|
}
|