@page "/traffic-manager"
@attribute [Authorize]
@using Microsoft.AspNetCore.Components.WebAssembly.Authentication
@using RobotNet.MapShares.Dtos
@using RobotNet.RobotShares.Dtos
@using RobotNet.RobotShares.Models
@using RobotNet.Shares
@using RobotNet.WebApp.Clients
@using RobotNet.WebApp.Robots.Components
@using RobotNet.WebApp.Robots.Components.Traffic
@inject ISnackbar Snackbar
@inject TrafficHubClient TrafficHub
@inject IDialogService Dialog
@inject IHttpClientFactory HttpFactory