perf(bundle): replace broad storage and utils imports
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { LoginStatus } from "@/data/dto/auth";
|
||||
import { AuthStorage, type IAuthStorage } from "@/data/storage/auth";
|
||||
import { UserStorage, type IUserStorage } from "@/data/storage/user";
|
||||
import { Result, type Result as ResultT } from "@/utils";
|
||||
import { Result, type Result as ResultT } from "@/utils/result";
|
||||
|
||||
export type ChatCacheIdentityResolver = () => Promise<ResultT<string>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user