added brands

This commit is contained in:
2024-11-21 15:24:37 -05:00
parent 7b38c8a082
commit ef439d8f1c
7 changed files with 223 additions and 5 deletions

View File

@@ -20,8 +20,10 @@
}
],
"paths": {
"@/*": ["./src/*"],
"@/*": [
"./src/*"],
"@/db/*": [
"./src/db/*"],
"components/*": [
"/src/app/components/*"
],