Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Oct 6, 2023
1 parent f95dc75 commit 87fd800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mutableAtom/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { atom } from 'jotai'
import { proxy, snapshot, subscribe } from 'valtio'
import { atom } from 'jotai/vanilla'
import { proxy, snapshot, subscribe } from 'valtio/vanilla'
import type {
Action,
ActionWithPayload,
Expand Down

0 comments on commit 87fd800

Please sign in to comment.