Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud authored and Mahmoud committed Jan 29, 2024
1 parent 8be71e8 commit 441890c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions publisher/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,9 @@
import "react-tooltip/dist/react-tooltip.css";

import { GlobalStyle } from "@justice-counts/common/components/GlobalStyles";
import * as Sentry from "@sentry/react";
import React from "react";
import { createRoot } from "react-dom/client";
import {
BrowserRouter,
createRoutesFromChildren,
matchRoutes,
useLocation,
useNavigationType,
} from "react-router-dom";
import { BrowserRouter } from "react-router-dom";

import App from "./App";
import AuthWall from "./components/Auth";
Expand Down

0 comments on commit 441890c

Please sign in to comment.