style: reorder imports alphabetically

This commit is contained in:
2026-08-09 13:09:39 +02:00
committed by Gitea
parent db3758a54a
commit d8b4aa7a1a
23 changed files with 43 additions and 45 deletions
+1 -1
View File
@@ -15,8 +15,8 @@ limitations under the License.
*/
import { createTestingPinia } from '@pinia/testing';
import { vi } from 'vitest';
import { mount } from '@vue/test-utils';
import { vi } from 'vitest';
import { createI18n } from 'vue-i18n';
import { createMemoryHistory, createRouter } from 'vue-router';