imporve cards animations
Some checks failed
Deploy App / build (push) Failing after 25s
Deploy App / deploy (push) Has been skipped

This commit is contained in:
valere
2025-11-23 20:42:49 +01:00
parent 1b8b998622
commit 90cbc0be18
14 changed files with 167 additions and 148 deletions

View File

@@ -1,5 +1,5 @@
// types.ts
export type BoxType = 'playlist' | 'compilation' | 'userPlaylist'
export type BoxType = 'playlist' | 'compilation'
export interface BoxSide {
duration: number