lint: apply pretty import

This commit is contained in:
pa
2025-10-15 09:08:38 +09:00
committed by Natsumi
parent bed76e0ad8
commit afbb6dfa47
203 changed files with 3502 additions and 1441 deletions

View File

@@ -1,8 +1,7 @@
import { ElMessage, ElMessageBox } from 'element-plus';
import Noty from 'noty';
import { ElMessageBox, ElMessage } from 'element-plus';
import { i18n } from '../plugin/i18n';
import { statusCodes } from '../shared/constants/api.js';
import { escapeTag } from '../shared/utils';
import {
useAuthStore,
useAvatarStore,
@@ -11,9 +10,13 @@ import {
useUserStore
} from '../stores';
import { AppDebug } from './appConfig.js';
import webApiService from './webapi.js';
import { escapeTag } from '../shared/utils';
import { i18n } from '../plugin/i18n';
import { statusCodes } from '../shared/constants/api.js';
import { watchState } from './watchState';
import webApiService from './webapi.js';
const pendingGetRequests = new Map();
export let failedGetRequests = new Map();