Skip to content

Commit 4c3af44

Browse files
authored
Update App.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent 48152bc commit 4c3af44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.tsx

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

0 commit comments

Comments
 (0)