Skip to content

Commit 8b9eed6

Browse files
authored
Update App.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent d2d7dd7 commit 8b9eed6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import NotFound from './pages/NotFound';
1212
const App: React.FC = () => {
1313
return (
1414
<BrowserRouter>
15-
<Analytics />
1615
<Routes>
1716
<Route path="/" element={<Index />} />
1817
<Route path="/about" element={<About />} />

0 commit comments

Comments
 (0)