Skip to content

Commit b7aaff8

Browse files
committed
fix import
1 parent 5f81400 commit b7aaff8

File tree

1 file changed

+2
-0
lines changed
  • dev-packages/e2e-tests/test-applications/react-router-5/src

1 file changed

+2
-0
lines changed

dev-packages/e2e-tests/test-applications/react-router-5/src/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import * as Sentry from '@sentry/react';
22
import { createBrowserHistory } from 'history';
3+
// biome-ignore lint/nursery/noUnusedImports: <explanation>
4+
import React from 'react';
35
import ReactDOM from 'react-dom/client';
46
import { Route, Router, Switch } from 'react-router-dom';
57
import Index from './pages/Index';

0 commit comments

Comments
 (0)