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
{