This commit is contained in:
Jöran Malek 2024-02-09 13:02:20 +01:00
parent 527efff89a
commit 4e7dfc56a8
9 changed files with 54 additions and 2 deletions

View file

@ -16,5 +16,6 @@ public class AppViewModel : ReactiveObject
public AppViewModel(WorkspaceController workspace)
{
View = new LandingViewModel();
}
}