code sweep
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace Toolkit.Foundation
|
||||
{
|
||||
public interface INavigationRouteDescriptor
|
||||
{
|
||||
object Route { get; }
|
||||
namespace Toolkit.Framework.Foundation;
|
||||
|
||||
string? Name { get; }
|
||||
}
|
||||
public interface INavigationRouteDescriptor
|
||||
{
|
||||
object Route { get; }
|
||||
|
||||
string? Name { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user