Skip to content

Commit dbef999

Browse files
committed
Revert "testing news"
This reverts commit 97875fd.
1 parent 22f2ff5 commit dbef999

3 files changed

Lines changed: 0 additions & 41 deletions

File tree

package-lock.json

Lines changed: 0 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"@testing-library/jest-dom": "^5.17.0",
77
"@testing-library/react": "^13.4.0",
88
"@testing-library/user-event": "^13.5.0",
9-
"@vercel/analytics": "^1.5.0",
109
"axios": "^1.6.7",
1110
"lodash.times": "^4.3.2",
1211
"react": "^18.3.1",

src/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import 'react-datepicker/dist/react-datepicker.css';
66
import './App.css'; // Import the CSS
77
import NewsTicker from './components/News'; // Import the News components
88
import CryptoNewsAnalyzer from './components/CryptoNewsAnalyzer'; // Import the CryptoNewsAnalyzer components
9-
import { Analytics } from "@vercel/analytics/react"
109

1110
function CoinDetails({ coin, history }) {
1211
// Prepare the data for the line chart

0 commit comments

Comments
 (0)