Skip to content

Commit 71bdb5c

Browse files
committed
fix vercel analytic
1 parent 44a5346 commit 71bdb5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const App = () => (
3030
{/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */}
3131
<Route path="*" element={<NotFound />} />
3232
</Routes>
33+
<Analytics />
3334
</BrowserRouter>
34-
<Analytics />
3535
</div>
3636
</TooltipProvider>
3737
</QueryClientProvider>

0 commit comments

Comments
 (0)