Files
App/components/Global/component.config.ts
T
2024-11-29 15:47:02 -06:00

10 lines
153 B
TypeScript

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