mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-28 06:34:13 +00:00
fix: revert 9833f8a6 (analytics)
This commit is contained in:
parent
e73ab06319
commit
7effd3ca45
3 changed files with 0 additions and 37 deletions
|
|
@ -1,7 +1,6 @@
|
|||
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";
|
||||
|
||||
|
|
@ -18,8 +17,6 @@ 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