Skip to content

Commit

Permalink
feat: export link module (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugues Maignol <hugues@kime.tech>
  • Loading branch information
hugues-m and Hugues Maignol committed Apr 28, 2023
1 parent d9aafa6 commit 5085498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"./useGdprStore": "./dist/useGdprStore.js",
"./useColors": "./dist/useColors.js",
"./useBreakpointsValues": "./dist/useBreakpointsValues.js",
"./link": "./dist/link.js",
"./mui": "./dist/mui.js",
"./tss": "./dist/tss.js",
"./tools/cx": "./dist/tools/cx.js",
Expand Down
1 change: 1 addition & 0 deletions src/scripts/list-exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const newExports = {
"./useGdprStore": "./dist/useGdprStore.js",
"./useColors": "./dist/useColors.js",
"./useBreakpointsValues": "./dist/useBreakpointsValues.js",
"./link": "./dist/link.js",
"./mui": "./dist/mui.js",
"./tss": "./dist/tss.js",
"./tools/cx": "./dist/tools/cx.js",
Expand Down

0 comments on commit 5085498

Please sign in to comment.