Skip to content

Commit

Permalink
import from jotai/vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeyan committed Jul 16, 2024
1 parent cf1473c commit 45aadc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/focus-setter.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { afterEach, test } from 'vitest';
import { StrictMode, Suspense } from 'react';
import { cleanup, fireEvent, render } from '@testing-library/react';
import { useAtom } from 'jotai/react';
import { useAtom, useSetAtom } from 'jotai/react';
import { atom } from 'jotai/vanilla';
import type { SetStateAction } from 'jotai/vanilla';
import * as O from 'optics-ts';
import { focusAtom } from 'jotai-optics';
import { useSetAtom } from 'jotai';

afterEach(cleanup);

Expand Down

0 comments on commit 45aadc3

Please sign in to comment.