Files
BQP/srcs/RobotNet10/RobotApp/RobotNet10.RobotApp/Components/_Imports.razor
2026-07-13 09:25:40 +07:00

16 lines
606 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using MudBlazor
@using RobotNet10.RobotApp
@using RobotNet10.RobotApp.Client
@using RobotNet10.RobotApp.Components
@using RobotNet10.RobotApp.Components.Layout