Refactor
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record NavigationChanged<TValue>(TValue? Value) :
|
||||
INotification;
|
||||
public record NavigationChanged<TValue>(TValue? Value);
|
||||
Reference in New Issue
Block a user