Skip to content

Commit 1244f25

Browse files
committed
fix(ui): fix style import error
1 parent cbee709 commit 1244f25

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/giant-waves-repair.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@setaday/ui": patch
3+
---
4+
5+
fix style import error

packages/ui/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import "./dist/styles.css";
21
import "./styles/globals.css";
32

43
export { default as Button } from "./src/Button/Button";

0 commit comments

Comments
 (0)