From 3688be3a861c6d4a9711e7a4d89fb83419ddb98a Mon Sep 17 00:00:00 2001 From: Filip Lindahl Date: Mon, 12 Feb 2024 22:28:14 +0100 Subject: [PATCH] remove unused import --- __tests__/atomWithLocation_spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/atomWithLocation_spec.tsx b/__tests__/atomWithLocation_spec.tsx index 1dc5667..01158b6 100644 --- a/__tests__/atomWithLocation_spec.tsx +++ b/__tests__/atomWithLocation_spec.tsx @@ -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';