Skip to content

Commit 398fb16

Browse files
committed
Lint
1 parent 015247c commit 398fb16

File tree

1 file changed

+1
-2
lines changed
  • dev-packages/e2e-tests/test-applications/react-router-6-descendant-routes/src

1 file changed

+1
-2
lines changed

dev-packages/e2e-tests/test-applications/react-router-6-descendant-routes/src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ import React from 'react';
33
import ReactDOM from 'react-dom/client';
44
import {
55
BrowserRouter,
6+
Outlet,
67
Route,
78
Routes,
89
createRoutesFromChildren,
910
matchRoutes,
1011
useLocation,
1112
useNavigationType,
12-
Navigate,
13-
Outlet,
1413
} from 'react-router-dom';
1514

1615
const replay = Sentry.replayIntegration();

0 commit comments

Comments
 (0)