fix namespace

This commit is contained in:
Matt Parker
2025-08-27 18:21:27 +10:00
parent 246d4721d8
commit b5cf5ddc91
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ using Godot;
using SharpIDE.Application.Features.SolutionDiscovery;
using SharpIDE.Application.Features.SolutionDiscovery.VsPersistence;
namespace SharpIDE.Godot;
namespace SharpIDE.Godot.Features.SolutionExplorer;
public partial class SolutionExplorerPanel : Panel
{

View File

@@ -1,4 +1,3 @@
using System;
using System.Linq;
using System.Threading.Tasks;
using Godot;
@@ -6,6 +5,7 @@ using Microsoft.Build.Locator;
using SharpIDE.Application.Features.Analysis;
using SharpIDE.Application.Features.SolutionDiscovery.VsPersistence;
using SharpIDE.Godot.Features.Run;
using SharpIDE.Godot.Features.SolutionExplorer;
namespace SharpIDE.Godot;