Add some initial navigation route handlers
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using Mediator;
|
||||
|
||||
namespace Toolkit.Foundation
|
||||
{
|
||||
public record NavigationRoute(string Name, object Route) : IRequest;
|
||||
}
|
||||
Reference in New Issue
Block a user