2024-06-01 04:38:12 +00:00
|
|
|
|
using Microsoft.AspNetCore.Components;
|
|
|
|
|
|
|
|
|
|
namespace Neighbourhood.omg.lol {
|
|
|
|
|
public class NavigatorService {
|
2024-07-02 00:01:06 +00:00
|
|
|
|
internal NavigationManager? NavigationManager { get; set; }
|
2024-06-01 04:38:12 +00:00
|
|
|
|
}
|
|
|
|
|
}
|