Skip to content

Commit 14a8e0a

Browse files
committed
Fix formatting
1 parent 39828b5 commit 14a8e0a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev-packages/e2e-tests/test-applications/react-create-memory-router/src/pages/Index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// biome-ignore lint/nursery/noUnusedImports: Need React import for JSX
22
import * as React from 'react';
3-
import { Link } from 'react-router-dom';
43

54
const Index = () => {
65
return (

packages/react/test/reactrouterv6.test.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import { BrowserClient } from '../src';
2929
import {
3030
reactRouterV6BrowserTracingIntegration,
3131
withSentryReactRouterV6Routing,
32-
wrapCreateBrowserRouterV6,
3332
wrapCreateMemoryRouterV6,
3433
wrapUseRoutesV6,
3534
} from '../src/reactrouterv6';

0 commit comments

Comments
 (0)