- @using BootstrapBlazor.Components
- @using Blazor.App.Web
- @using Blazor.App.Shared
- @using Microsoft.AspNetCore.Components.Authorization
- @using Microsoft.AspNetCore.Components.Forms
- @using Microsoft.AspNetCore.Components.Routing
- @using Microsoft.AspNetCore.Components.Web
- @using Microsoft.AspNetCore.Components.WebAssembly.Http
- @using Microsoft.JSInterop
- @using System.ComponentModel
- @using System.ComponentModel.DataAnnotations
- @using System.Net.Http
- @using System.Net.Http.Json
|