Skip to content

Commit 14c3d16

Browse files
committed
fix(hooks): missing subpath export caused failing build
1 parent ffd148c commit 14c3d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/hooks/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"exports": {
1515
".": "./src/index.jsx",
1616
"./renderer": "./src/renderer.jsx",
17+
"./rules": "./src/rules.jsx",
1718
"./model": "./src/model.jsx",
1819
"./forms": "./src/forms.jsx",
1920
"./constants": "./src/constants.jsx"

0 commit comments

Comments
 (0)