Files
App/components/Global/component.config.ts
Violet Caulfield cce4e85488 smol fixes
2025-02-19 17:30:14 -06:00

10 lines
153 B
TypeScript

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