diff options
Diffstat (limited to 'src/client/atoms/study.ts')
| -rw-r--r-- | src/client/atoms/study.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/atoms/study.ts b/src/client/atoms/study.ts index 1911737..324f92e 100644 --- a/src/client/atoms/study.ts +++ b/src/client/atoms/study.ts @@ -1,4 +1,4 @@ -import { atomFamily } from "jotai/utils"; +import { atomFamily } from "jotai-family"; import { atomWithSuspenseQuery } from "jotai-tanstack-query"; import { apiClient } from "../api/client"; import { shuffle } from "../utils/shuffle"; |
