Skip to content

Commit 457f99d

Browse files
committed
fix: inputs export
1 parent 6c3404c commit 457f99d

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

.changeset/fair-brooms-shake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@premieroctet/next-admin": patch
3+
---
4+
5+
fix: inputs export (#636)

packages/next-admin/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,14 @@
108108
}
109109
},
110110
"./inputs": {
111-
"import": "./dist/inputs/index.js",
112-
"types": "./dist/inputs/index.d.ts",
113-
"require": "./dist/inputs/index.js"
111+
"import": {
112+
"types": "./dist/components/inputs/index.d.ts",
113+
"default": "./dist/components/inputs/index.mjs"
114+
},
115+
"require": {
116+
"types": "./dist/components/inputs/index.d.ts",
117+
"default": "./dist/components/inputs/index.js"
118+
}
114119
},
115120
"./utils": {
116121
"import": {

0 commit comments

Comments
 (0)