File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import * as Registry from '@effect-atom/atom/Registry'
22import * as Result from '@effect-atom/atom/Result'
3- import * as Atom from '@effect-atom/Atom /Atom'
3+ import * as Atom from '@effect-atom/atom /Atom'
44import { useAtomSet , useAtomSuspense , useAtomValue } from '@xstack/atom-react/react'
55import * as Deferred from 'effect/Deferred'
66import * as Duration from 'effect/Duration'
Original file line number Diff line number Diff line change 11import * as Registry from '@effect-atom/atom/Registry'
22import * as Result from '@effect-atom/atom/Result'
3- import * as Atom from '@effect-atom/Atom /Atom'
4- import * as AtomRef from '@effect-atom/Atom /AtomRef'
3+ import * as Atom from '@effect-atom/atom /Atom'
4+ import * as AtomRef from '@effect-atom/atom /AtomRef'
55import { identity } from 'effect/Function'
66import * as Cause from 'effect/Cause'
77import * as Exit from 'effect/Exit'
Original file line number Diff line number Diff line change 11import * as Registry from '@effect-atom/atom/Registry'
22import * as Result from '@effect-atom/atom/Result'
3- import * as Atom from '@effect-atom/Atom /Atom'
3+ import * as Atom from '@effect-atom/atom /Atom'
44import {
55 defaultRegistry ,
66 useAtom ,
You can’t perform that action at this time.
0 commit comments