Skip to content

Commit

Permalink
Remove unused components and packages (#8339)
Browse files Browse the repository at this point in the history
* Remove unused `Transition` block and other unused packages

* remove unused tooltip component
  • Loading branch information
rithviknishad authored Aug 21, 2024
1 parent dc9f3c0 commit 5eed756
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 261 deletions.
72 changes: 0 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"react-pdf": "^9.0.0",
"react-player": "^2.16.0",
"react-redux": "^8.1.1",
"react-transition-group": "^4.4.5",
"react-webcam": "^7.2.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
Expand All @@ -98,8 +97,6 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/cypress": "^1.1.3",
"@types/echarts": "^4.9.22",
"@types/google.maps": "^3.55.8",
"@types/lodash-es": "^4.17.12",
"@types/qrcode.react": "^1.0.5",
Expand All @@ -108,8 +105,6 @@
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-qr-reader": "^2.1.7",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
Expand Down
134 changes: 0 additions & 134 deletions src/Components/Common/Transition.tsx

This file was deleted.

50 changes: 0 additions & 50 deletions src/Components/Common/utils/Tooltip.tsx

This file was deleted.

0 comments on commit 5eed756

Please sign in to comment.