Skip to content

Commit

Permalink
refactor: only allow to export components from /next
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Dec 10, 2024
1 parent efb8244 commit da01725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"default": "./dist/src/tests/testIds.js"
},
"./next": {
"types": "./dist/next.d.ts",
"import": "./dist/src/next.js",
"default": "./dist/src/next.js"
"types": "./dist/components/next/next.d.ts",
"import": "./dist/src/components/next/next.js",
"default": "./dist/src/components/next/next.js"
},
"./tokens": "./dist/tokens/tokens.css",
"./mockedClassNames": {
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/next.ts

This file was deleted.

0 comments on commit da01725

Please sign in to comment.