fix(web):align shared session utilities

This commit is contained in:
Anish Sarkar 2026-06-24 03:59:27 +05:30
parent f98d874185
commit 83ee9aa7ea
2 changed files with 11 additions and 8 deletions

View file

@ -15,7 +15,7 @@ import { Label } from "@/components/ui/label";
import { Skeleton } from "@/components/ui/skeleton";
import { Switch } from "@/components/ui/switch";
import { searchSpacesApiService } from "@/lib/apis/search-spaces-api.service";
import { authenticatedFetch } from "@/lib/auth-utils";
import { authenticatedFetch } from "@/lib/auth-fetch";
import { buildBackendUrl } from "@/lib/env-config";
import { cacheKeys } from "@/lib/query-client/cache-keys";
import { Spinner } from "../ui/spinner";