Skip to content

Commit

Permalink
fix(layer-selector): correct import for css import
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jul 30, 2024
1 parent 7d9e557 commit 3f21c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layer-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
".": {
"import": "./dist/index.esm.js"
},
"./src": {
"./src/": {
"import": "./src/"
}
},
Expand Down

0 comments on commit 3f21c9e

Please sign in to comment.