Skip to content

Commit

Permalink
analytics added
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravKesh committed Mar 5, 2024
1 parent 724f8a9 commit 3a78ed6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
35 changes: 35 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"bootstrap": "^5.3.3",
"flowbite": "^2.3.0",
"gh-pages": "^6.0.0",
Expand Down
2 changes: 2 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Footer from './components/Footer';
import Todo from './components/ToDo';
import { Analytics } from "@vercel/analytics/react";
import { SpeedInsights } from "@vercel/speed-insights/react";


function App() {
Expand All @@ -10,6 +11,7 @@ function App() {
<Todo />
<Footer/>
<Analytics/>
<SpeedInsights/>
</div>
</>
);
Expand Down

0 comments on commit 3a78ed6

Please sign in to comment.