Skip to content

Commit

Permalink
fix: Remove unused Chart component from react-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed Apr 3, 2024
1 parent 883f35d commit 51a469d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 390 deletions.
3 changes: 0 additions & 3 deletions libs/ui/packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,9 @@
"@ledgerhq/icons-ui": "workspace:^",
"@ledgerhq/ui-shared": "workspace:^",
"@tippyjs/react": "^4.2.6",
"chart.js": "^3.5.1",
"chartjs-adapter-moment": "^1.0.0",
"color": "^4.0.0",
"embla-carousel-react": "8.0.0-rc17",
"moment": "^2.29.1",
"react-chartjs-2": "^3.3.0",
"react-is": "^17.0.2",
"react-select": "^5.2.1",
"react-spring": "8.0.27",
Expand Down
126 changes: 0 additions & 126 deletions libs/ui/packages/react/src/components/Chart/Chart.stories.tsx

This file was deleted.

171 changes: 0 additions & 171 deletions libs/ui/packages/react/src/components/Chart/index.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions libs/ui/packages/react/src/components/Chart/types.ts

This file was deleted.

36 changes: 0 additions & 36 deletions libs/ui/packages/react/src/components/Chart/utils.ts

This file was deleted.

1 change: 0 additions & 1 deletion libs/ui/packages/react/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from "./asorted";
export { default as Chart } from "./Chart";
export * from "./cta";
export * from "./form";
export * from "./layout";
Expand Down
Loading

0 comments on commit 51a469d

Please sign in to comment.