Skip to content

Commit

Permalink
Merge pull request #82 from Arquisoft/Frontend_Trogui
Browse files Browse the repository at this point in the history
Frontend Enchanced
  • Loading branch information
ritacatuxo authored Mar 6, 2024
2 parents c424b8a + 7c471dc commit 12058e8
Show file tree
Hide file tree
Showing 27 changed files with 1,506 additions and 102 deletions.
17 changes: 17 additions & 0 deletions webapp/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "neutral",
"cssVariables": false,
"prefix": ""
},
"aliases": {
"components": "@/src/components",
"utils": "@/src/lib/utils"
}
}
Loading

0 comments on commit 12058e8

Please sign in to comment.