Implement Album Count component

This commit is contained in:
Jorge Vargas 2025-02-16 12:53:43 -06:00
parent c17d1523a9
commit 56c56c9877
7 changed files with 83 additions and 42 deletions

View file

@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
previewFeatures = ["typedSql"]
}
datasource db {