Skip to content

Commit

Permalink
fix: re-export styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 4, 2024
1 parent 0675efe commit f5fe3c7
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 @@ -5,7 +5,8 @@
"sideEffects": false,
"description": "A fully functional table that automatically connects to your database powered by Magnetar 🌟",
"exports": {
".": "./dist/index.js"
".": "./dist/index.js",
"./dist/*": "./dist/*"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit f5fe3c7

Please sign in to comment.