Skip to content

Commit 731f382

Browse files
authored
Update App.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent 64264f1 commit 731f382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { BrowserRouter, Routes, Route } from 'react-router-dom';
3-
import { SpeedInsights } from '@vercel/speed-insights/next';
3+
import { Analytics } from '@vercel/analytics/react';
44
import Index from './pages/Index';
55
import About from './pages/About';
66
import Contact from './pages/Contact';
@@ -13,7 +13,7 @@ import NotFound from './pages/NotFound';
1313
const App: React.FC = () => {
1414
return (
1515
<BrowserRouter>
16-
<SpeedInsights />
16+
<Analytics />
1717
<Routes>
1818
<Route path="/" element={<Index />} />
1919
<Route path="/about" element={<About />} />

0 commit comments

Comments
 (0)