perf(bundle): replace broad storage and utils imports
This commit is contained in:
@@ -4,7 +4,8 @@ import {
|
||||
PaymentPlansResponseSchema,
|
||||
type PaymentPlansResponseData,
|
||||
} from "@/data/schemas/payment";
|
||||
import { type Result as ResultT, SpAsyncUtil } from "@/utils";
|
||||
import { type Result as ResultT } from "@/utils/result";
|
||||
import { SpAsyncUtil } from "@/utils/storage";
|
||||
|
||||
import { StorageKeys } from "../storage_keys";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user