Files
App/components/Global/component.config.ts
2024-12-01 06:29:45 -06:00

10 lines
153 B
TypeScript

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