Skip to content

Commit

Permalink
chore(ui): 패키지 Import / Export 구조를 수정합니다. (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 authored Nov 29, 2024
1 parent 28f160f commit cfe5ac1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-donuts-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@setaday/ui": patch
---

change import/export structure
4 changes: 2 additions & 2 deletions packages/ui/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./styles/globals.css";

export * from "./src/Button";
export * from "./src/TextField";
export { default as Button } from "./src/Button/Button";
export { default as TextField } from "./src/TextField/TextField";
1 change: 0 additions & 1 deletion packages/ui/src/Button/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/ui/src/TextField/index.ts

This file was deleted.

0 comments on commit cfe5ac1

Please sign in to comment.