-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ui): 패키지 Import / Export 구조를 수정합니다. (#79)
- Loading branch information
1 parent
28f160f
commit cfe5ac1
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@setaday/ui": patch | ||
--- | ||
|
||
change import/export structure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.