Skip to content

Commit

Permalink
update import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ins0 committed Nov 25, 2024
1 parent 8b96980 commit 0065ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@
"import": "./dist/js/NumberField.js"
},
"./PasswordCreationField": {
"types": "./dist/types/components/PasswordCreationField/index.d.ts",
"import": "./dist/PasswordCreationField.js"
"types": "./dist/js/types/components/PasswordCreationField/index.d.ts",
"import": "./dist/js/PasswordCreationField.js"
},
"./Popover/styles.css": "./dist/css/Popover.css",
"./Popover": {
Expand Down

0 comments on commit 0065ba0

Please sign in to comment.