Skip to content

Commit

Permalink
refactor: remove JSX global namespace usage
Browse files Browse the repository at this point in the history
  • Loading branch information
beawar committed Aug 23, 2023
1 parent bb5e70b commit 6f776ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/search-bar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import { setup, screen, within } from '../test/utils';

describe('Search bar', () => {
const LocationDisplayer = (): JSX.Element => {
const LocationDisplayer = (): React.JSX.Element => {
const location = useLocation();

return (
Expand Down

0 comments on commit 6f776ec

Please sign in to comment.