feat: try to use grid as panel.

This commit is contained in:
rabbitism
2024-02-11 23:52:23 +08:00
parent 36bb3b563f
commit 49fdf80b7b
8 changed files with 51 additions and 18 deletions

View File

@@ -0,0 +1,8 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace Ursa.Demo.ViewModels;
public class NavMenuDemoViewModel: ObservableObject
{
}