Skip to content

Commit

Permalink
fix text component import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa18289 committed Dec 7, 2023
1 parent 929c60d commit e7af00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"exports": {
"./Button": "./dist/Button.js",
"./Text": "./dist/Button.js",
"./Text": "./dist/Text.js",
"./style": "./dist/style.css",
"./style/init": "./dist/index.js"
},
Expand Down

0 comments on commit e7af00d

Please sign in to comment.