We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39828b5 commit 14a8e0aCopy full SHA for 14a8e0a
dev-packages/e2e-tests/test-applications/react-create-memory-router/src/pages/Index.tsx
@@ -1,6 +1,5 @@
1
// biome-ignore lint/nursery/noUnusedImports: Need React import for JSX
2
import * as React from 'react';
3
-import { Link } from 'react-router-dom';
4
5
const Index = () => {
6
return (
packages/react/test/reactrouterv6.test.tsx
@@ -29,7 +29,6 @@ import { BrowserClient } from '../src';
29
import {
30
reactRouterV6BrowserTracingIntegration,
31
withSentryReactRouterV6Routing,
32
- wrapCreateBrowserRouterV6,
33
wrapCreateMemoryRouterV6,
34
wrapUseRoutesV6,
35
} from '../src/reactrouterv6';
0 commit comments