Skip to content

Commit

Permalink
fix stlyes
Browse files Browse the repository at this point in the history
  • Loading branch information
bearkfear committed Aug 6, 2024
1 parent e2034d3 commit a3b1e50
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,6 +1,6 @@
{
"name": "@continha/ui",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"repository": {
"url": "https://github.com/bearkfear/ui"
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "./styles/globals.css"
export * from "./lib/utils";
export * as AlertDialog from "./components/ui/alert-dialog";
export * from "./components/ui/button";
Expand Down

0 comments on commit a3b1e50

Please sign in to comment.