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 b3e92f2 commit 05b399bCopy full SHA for 05b399b
package.json
@@ -129,7 +129,6 @@
129
"./next-pagesdir": "./dist/next-pagesdir.js",
130
"./useIsDark": "./dist/useIsDark/index.js",
131
"./useColors": "./dist/useColors.js",
132
- "./i18n": "./dist/i18n/index.js",
133
"./mui": "./dist/mui.js",
134
"./Tile": "./dist/Tile.js",
135
"./Tabs": "./dist/Tabs.js",
src/scripts/list-exports.ts
@@ -25,7 +25,6 @@ const newExports = {
25
26
27
28
29
30
...Object.fromEntries(
31
fs
0 commit comments