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 GSS2.UI.Core.ViewModels;
namespace GSS2.ViewModels.Common;
public partial class SystemViewModel : ViewModelBase
{
public SystemViewModel()
{
}
}