mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-30 15:08:48 -06:00
10 lines
153 B
TypeScript
10 lines
153 B
TypeScript
export const cardDimensions = {
|
|
artist: {
|
|
width: 150,
|
|
height: 150
|
|
},
|
|
album: {
|
|
width: 150,
|
|
height: 150
|
|
}
|
|
} |