feat: AmineContent View and ViewModel base

This commit is contained in:
2026-04-13 12:11:53 +03:00
parent 208e1ccd18
commit 9e7aadc538
10 changed files with 240 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
using Avalonia.Controls;
namespace GSS2.Views;
public partial class AmineContentView : UserControl
{
public AmineContentView()
{
InitializeComponent();
}
}