sourcegit/src/Views/RemoveWorktree.axaml.cs

13 lines
209 B
C#
Raw Normal View History

2024-06-27 03:25:16 -07:00
using Avalonia.Controls;
namespace SourceGit.Views
{
public partial class RemoveWorktree : UserControl
{
public RemoveWorktree()
{
InitializeComponent();
}
}
}