fix: import sentry

This commit is contained in:
2024-03-25 13:30:00 +08:00
parent 7a5242f1e3
commit 55d4d2adb1

View File

@@ -4,6 +4,7 @@ import { Provider } from "react-redux";
import { MantineProvider, createTheme } from "@mantine/core";
import App from "./App";
import "./sentry";
import store from "./store";
import "@mantine/core/styles.css";