Auto fix & format all files

This commit is contained in:
filtered
2025-09-16 20:27:04 +10:00
parent b25690d435
commit e2e8ff6c3b
194 changed files with 360 additions and 292 deletions

View File

@@ -1,7 +1,7 @@
import { createPinia, setActivePinia } from 'pinia'
import { beforeEach, describe, expect, it } from 'vitest'
import { ServerConfig } from '@/constants/serverConfig'
import { type ServerConfig } from '@/constants/serverConfig'
import type { FormItem } from '@/platform/settings/types'
import { useServerConfigStore } from '@/stores/serverConfigStore'