_Imports.razor 480 B

12345678910111213
  1. @using BootstrapBlazor.Components
  2. @using Blazor.App.Web
  3. @using Blazor.App.Shared
  4. @using Microsoft.AspNetCore.Components.Authorization
  5. @using Microsoft.AspNetCore.Components.Forms
  6. @using Microsoft.AspNetCore.Components.Routing
  7. @using Microsoft.AspNetCore.Components.Web
  8. @using Microsoft.AspNetCore.Components.WebAssembly.Http
  9. @using Microsoft.JSInterop
  10. @using System.ComponentModel
  11. @using System.ComponentModel.DataAnnotations
  12. @using System.Net.Http
  13. @using System.Net.Http.Json