Skip to content

Commit

Permalink
Merge pull request #205 from ferminrp/develop
Browse files Browse the repository at this point in the history
Simulador
  • Loading branch information
ferminrp authored Apr 3, 2024
2 parents 8993c74 + e2beb17 commit ca860ad
Show file tree
Hide file tree
Showing 27 changed files with 2,065 additions and 202 deletions.
Empty file modified .husky/pre-commit
100755 → 100644
Empty file.
17 changes: 17 additions & 0 deletions 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": true,
"tsx": false,
"tailwind": {
"config": "tailwind.config.mjs",
"css": "src/components/SimularInvestment/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/SimularInvestment/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit ca860ad

Please sign in to comment.