Skip to content

Commit

Permalink
fix: fix incorrect references to cow-hooks-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Sep 23, 2024
1 parent 74e60e8 commit f35361e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/claim-vesting/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = {
content: [
"./src/**/*.{js,ts,jsx,tsx}",
"./node_modules/@bleu/ui/dist/**/*",
"../../packages/hooks-ui/src/**/*.{js,ts,jsx,tsx}",
"../../packages/cow-hooks-ui/src/**/*.{js,ts,jsx,tsx}",
],
};
2 changes: 1 addition & 1 deletion apps/claim-vesting/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"baseUrl": "./src",
"paths": {
"#/*": ["./*"],
"@bleu/cow-hooks-ui": ["../../../packages/hooks-ui/src"]
"@bleu/cow-hooks-ui": ["../../../packages/cow-hooks-ui/src"]
},
"plugins": [
{
Expand Down

0 comments on commit f35361e

Please sign in to comment.