We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7f5f9 commit 27dfda1Copy full SHA for 27dfda1
package.json
@@ -130,7 +130,7 @@
130
"./useIsDark": "./dist/useIsDark/index.js",
131
"./useColors": "./dist/useColors.js",
132
"./mui": "./dist/mui.js",
133
- "./tools/cx": "./dist/tools/cx",
+ "./tools/cx": "./dist/tools/cx.js",
134
"./dsfr/*": "./dsfr/*",
135
"./Tile": "./dist/Tile.js",
136
"./Tabs": "./dist/Tabs.js",
src/scripts/list-exports.ts
@@ -26,7 +26,7 @@ const newExports = {
26
27
28
29
30
31
...Object.fromEntries(
32
fs
0 commit comments