Skip to content

Commit

Permalink
refactor(ui): capitalise ui components
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Jan 9, 2025
1 parent f97a0c2 commit 4caf6d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"exports": {
"./globals.css": "./src/globals.css",
"./postcss-config": "./postcss-config.mjs",
"./Button": "./src/components/Button.tsx",
"./Card": "./src/components/Card.tsx"
"./*": "./src/components/*.tsx"
},
"scripts": {
"lint": "eslint . --max-warnings 0",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4caf6d8

Please sign in to comment.