code refactor
This commit is contained in:
+4
-1
@@ -26,6 +26,10 @@ import type {
|
||||
import type { LocalizedPresetCategory } from '@/core/category.ts';
|
||||
import type { ForgetPasswordRequest } from '@/models/forget_password.ts';
|
||||
|
||||
import {
|
||||
isObject,
|
||||
isString
|
||||
} from '@/lib/common.ts';
|
||||
import {
|
||||
hasUserAppLockState,
|
||||
getUserAppLockState,
|
||||
@@ -36,7 +40,6 @@ import {
|
||||
} from '@/lib/userstate.ts';
|
||||
import services, { type ApiResponsePromise } from '@/lib/services.ts';
|
||||
import logger from '@/lib/logger.ts';
|
||||
import { isObject, isString } from '@/lib/common.ts';
|
||||
|
||||
export const useRootStore = defineStore('root', () => {
|
||||
const settingsStore = useSettingsStore();
|
||||
|
||||
Reference in New Issue
Block a user