7 lines
181 B
C#
7 lines
181 B
C#
using Microsoft.AspNetCore.Components;
|
|
|
|
namespace Neighbourhood.omg.lol {
|
|
public class NavigatorService {
|
|
internal NavigationManager? NavigationManager { get; set; }
|
|
}
|
|
}
|