feat(ui): add primitive components

This commit is contained in:
2025-11-11 13:50:55 +02:00
parent 8cd5457504
commit 27e791f3b1
33 changed files with 1931 additions and 57 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"@/*": ["./src/*"],
"@basango/ui/*": ["../../packages/ui/src/*"]
},
"plugins": [