Skip to content

Commit

Permalink
feat(dialog): adds dialog an fix names an files
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 3, 2024
1 parent 79c7186 commit 1cc5503
Show file tree
Hide file tree
Showing 17 changed files with 448 additions and 71 deletions.
4 changes: 2 additions & 2 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
"components": "~/components",
"utils": "~/lib/utils"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
Expand Down
223 changes: 223 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1cc5503

Please sign in to comment.