refactor: reorganize imports in various components for consistency

This commit is contained in:
Danel Kungla
2025-08-25 12:46:24 +03:00
parent 63c5caca3d
commit 81a32199e8
7 changed files with 11 additions and 17 deletions

View File

@@ -18,7 +18,6 @@ import { VersionUpdater } from '@kit/ui/version-updater';
import { i18nResolver } from '../../../../lib/i18n/i18n.resolver';
import { getI18nSettings } from '../../../../lib/i18n/i18n.settings';
import { ReactQueryProvider } from './react-query-provider';
const captchaSiteKey = authConfig.captchaTokenSiteKey;