Remove another unused import (#7568)

Don't show in changelog
This commit is contained in:
D8H
2025-04-24 12:28:21 +02:00
committed by GitHub
parent e0f3b221bd
commit c5dd26c93b

View File

@@ -18,7 +18,6 @@ import UnsavedChangesContext, {
} from '../MainFrame/UnsavedChangesContext';
import ProjectManagerCommands from './ProjectManagerCommands';
import { type HotReloadPreviewButtonProps } from '../HotReload/HotReloadPreviewButton';
import { type ExtensionShortHeader } from '../Utils/GDevelopServices/Extension';
import { type GamesList } from '../GameDashboard/UseGamesList';
import { type ResourceManagementProps } from '../ResourcesList/ResourceSource';
import InstalledExtensionDetails from './InstalledExtensionDetails';