Skip to content

Commit 9249efe

Browse files
committed
fix JSX spelling
1 parent 51830a5 commit 9249efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/test/profiler.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { SpanContext } from '@sentry/types';
22
import { render } from '@testing-library/react';
33
import { renderHook } from '@testing-library/react-hooks';
4-
// biome-ignore lint/nursery/noUnusedImports: Need React import for JSXq
4+
// biome-ignore lint/nursery/noUnusedImports: Need React import for JSX
55
import * as React from 'react';
66

77
import { REACT_MOUNT_OP, REACT_RENDER_OP, REACT_UPDATE_OP } from '../src/constants';

0 commit comments

Comments
 (0)