Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Flirre committed Feb 12, 2024
1 parent c3df602 commit 3688be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/atomWithLocation_spec.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useAtom } from 'jotai';
import React, { StrictMode } from 'react';
import { act, render } from '@testing-library/react';
import { render } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { atomWithLocation } from '../src/index';

Expand Down

0 comments on commit 3688be3

Please sign in to comment.