We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f81400 commit b7aaff8Copy full SHA for b7aaff8
dev-packages/e2e-tests/test-applications/react-router-5/src/index.tsx
@@ -1,5 +1,7 @@
1
import * as Sentry from '@sentry/react';
2
import { createBrowserHistory } from 'history';
3
+// biome-ignore lint/nursery/noUnusedImports: <explanation>
4
+import React from 'react';
5
import ReactDOM from 'react-dom/client';
6
import { Route, Router, Switch } from 'react-router-dom';
7
import Index from './pages/Index';
0 commit comments