Skip to content

Commit 05b399b

Browse files
committed
Do not export i18n
1 parent b3e92f2 commit 05b399b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
"./next-pagesdir": "./dist/next-pagesdir.js",
130130
"./useIsDark": "./dist/useIsDark/index.js",
131131
"./useColors": "./dist/useColors.js",
132-
"./i18n": "./dist/i18n/index.js",
133132
"./mui": "./dist/mui.js",
134133
"./Tile": "./dist/Tile.js",
135134
"./Tabs": "./dist/Tabs.js",

src/scripts/list-exports.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const newExports = {
2525
"./next-pagesdir": "./dist/next-pagesdir.js",
2626
"./useIsDark": "./dist/useIsDark/index.js",
2727
"./useColors": "./dist/useColors.js",
28-
"./i18n": "./dist/i18n/index.js",
2928
"./mui": "./dist/mui.js",
3029
...Object.fromEntries(
3130
fs

0 commit comments

Comments
 (0)