sourcegit/src/Views/PruneWorktrees.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 PruneWorktrees : UserControl
{
public PruneWorktrees()
{
InitializeComponent();
}
}
}