mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 18:34:51 +10:00
remove sentry integration, fix linting issues
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import * as Sentry from "@sentry/react";
|
||||
import { createBrowserRouter, createRoutesFromElements, Navigate, Route } from "react-router-dom";
|
||||
|
||||
import { BackupOtpPage } from "../pages/auth/backup-otp/page";
|
||||
@@ -93,6 +92,4 @@ export const routes = createRoutesFromElements(
|
||||
</Route>,
|
||||
);
|
||||
|
||||
const sentryCreateBrowserRouter = Sentry.wrapCreateBrowserRouter(createBrowserRouter);
|
||||
|
||||
export const router = sentryCreateBrowserRouter(routes);
|
||||
export const router = createBrowserRouter(routes);
|
||||
|
||||
Reference in New Issue
Block a user