refactor(settings): move Settings component to view folder

This commit is contained in:
Haileyesus
2026-02-20 09:53:45 +03:00
parent f9e2966977
commit 6348c01967
2 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ import { AlertTriangle, Trash2 } from 'lucide-react';
import type { TFunction } from 'i18next';
import { Button } from '../../../ui/button';
import ProjectCreationWizard from '../../../ProjectCreationWizard';
import Settings from '../../../settings/Settings';
import Settings from '../../../settings/view/Settings';
import VersionUpgradeModal from '../modals/VersionUpgradeModal';
import type { Project } from '../../../../types/app';
import type { ReleaseInfo } from '../../../../types/sharedTypes';