mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-05-01 19:19:34 -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,
|
|
},
|
|
}
|