mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-28 06:34:13 +00:00
feat: analytics
thought it would be cool to look at and possibly useful
This commit is contained in:
parent
a7e5dfd3d6
commit
9833f8a63c
3 changed files with 37 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { StrictMode } from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
import { BrowserRouter, Route, Routes } from "react-router";
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
|
||||
import { ThemeProvider } from "@/context/Theme.tsx";
|
||||
|
||||
|
|
@ -17,6 +18,8 @@ createRoot(document.getElementById("root")!).render(
|
|||
<Route path="/" element={<IndexPage />} />
|
||||
<Route path="/app" element={<AppPage />} />
|
||||
</Routes>
|
||||
|
||||
<Analytics />
|
||||
</BrowserRouter>
|
||||
</ThemeProvider>
|
||||
</StrictMode>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue