Files
App/components/Global/component.config.ts
2025-04-11 23:48:21 +08:00

11 lines
121 B
TypeScript

export const cardDimensions = {
artist: {
width: 150,
height: 150,
},
album: {
width: 150,
height: 150,
},
}