Skip to content

Commit ac1a3d4

Browse files
authored
Removed import sentry in main.tsx
1 parent c63457d commit ac1a3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import { createRoot } from "react-dom/client";
33
import App from "./App";
4-
import "./sentry";
4+
// import "./sentry";
55

66
const container = document.getElementById("app");
77
if (!container) throw new Error("No root container found");

0 commit comments

Comments
 (0)