Skip to content

Commit f0a2998

Browse files
committed
import from jotai/vanilla
1 parent 6b4321a commit f0a2998

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/focusAtom.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/* eslint-disable @typescript-eslint/no-explicit-any */
22

3-
import type { Atom } from 'jotai';
43
import { atom } from 'jotai/vanilla';
5-
import type { SetStateAction, WritableAtom } from 'jotai/vanilla';
4+
import type { Atom, SetStateAction, WritableAtom } from 'jotai/vanilla';
65
import * as O from 'optics-ts';
76

87
const getCached = <T>(c: () => T, m: WeakMap<object, T>, k: object): T =>

0 commit comments

Comments
 (0)