mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
refactor(model-connections-query): replace jotai/utils with jotai-family for improved atom management
This commit is contained in:
parent
c0b7e3d1f2
commit
78594d5248
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { atomFamily } from "jotai-family";
|
||||
import { atomWithQuery } from "jotai-tanstack-query";
|
||||
import { atomFamily } from "jotai/utils";
|
||||
import { modelConnectionsApiService } from "@/lib/apis/model-connections-api.service";
|
||||
import { isAuthenticated } from "@/lib/auth-utils";
|
||||
import { cacheKeys } from "@/lib/query-client/cache-keys";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue