mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
12 lines
209 B
C#
12 lines
209 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SourceGit.Views
|
|
{
|
|
public partial class CheckoutCommit : UserControl
|
|
{
|
|
public CheckoutCommit()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|