Skip to content

Commit

Permalink
feat : export 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Jun 1, 2024
1 parent 2194b0c commit d26719b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/wow-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
"exports": {
"./styles.css": "./dist/styles.css",
"./Box": {
"types": "./dist/Box/index.d.ts",
"types": "./dist/components/Box/index.d.ts",
"require": "./dist/Box.cjs",
"import": "./dist/Box.js"
},
"./Button": {
"types": "./dist/Button/index.d.ts",
"types": "./dist/components/Button/index.d.ts",
"require": "./dist/Button.cjs",
"import": "./dist/Button.js"
},
"./Checkbox": {
"types": "./dist/Checkbox/index.d.ts",
"types": "./dist/components/Checkbox/index.d.ts",
"require": "./dist/Checkbox.cjs",
"import": "./dist/Checkbox.js"
},
"./Switch": {
"types": "./dist/Switch/index.d.ts",
"types": "./dist/components/Switch/index.d.ts",
"require": "./dist/Switch.cjs",
"import": "./dist/Switch.js"
}
Expand Down

0 comments on commit d26719b

Please sign in to comment.