using Avalonia.Controls; namespace SourceGit.Views { public partial class CreateTag : UserControl { public CreateTag() { InitializeComponent(); } } }