Skip to content

Commit

Permalink
feat(ui): Export utils through @northware/ui/utils publically
Browse files Browse the repository at this point in the history
  • Loading branch information
onissen committed Nov 30, 2024
1 parent e57500b commit 756410d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"exports": {
"./components": "./src/components/index.ts",
"./css": "./src/css/output.css",
"./fonts": "./src/fonts.ts"
"./fonts": "./src/fonts.ts",
"./utils": "./src/utils.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
Expand Down

0 comments on commit 756410d

Please sign in to comment.