Skip to content

Commit

Permalink
add Badge component
Browse files Browse the repository at this point in the history
  • Loading branch information
mrados7 committed Sep 21, 2024
1 parent 63a9103 commit 061f1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mrados7/shadcn-components",
"private": false,
"version": "0.0.17",
"version": "0.0.18",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export {
CarouselNext,
CarouselPrevious,
} from "./components/ui/carousel"
export { Badge } from "./components/ui/badge"
export { cn } from "./lib/utils"

0 comments on commit 061f1ec

Please sign in to comment.