WIP splitting up the viewModels for the party

This commit is contained in:
Brandon Watson
2021-04-11 20:54:59 -04:00
parent bf702e403e
commit 6b14d1264a
11 changed files with 369 additions and 588 deletions

View File

@ -12,7 +12,6 @@ namespace Aurora.Design.Components.NavigationMenu
public NavigationItem()
{
}
public int Id { get; set; }
public string Title { get; set; }
public string Group { get; set; }
public Type TargetType { get; set; }