_Imports.razor 437 B

1234567891011
  1. @using System.Net.Http
  2. @using System.Net.Http.Json
  3. @using Microsoft.AspNetCore.Components.Forms
  4. @using Microsoft.AspNetCore.Components.Routing
  5. @using Microsoft.AspNetCore.Components.Web
  6. @using Microsoft.AspNetCore.Components.Web.Virtualization
  7. @using Microsoft.AspNetCore.Components.WebAssembly.Http
  8. @using Microsoft.JSInterop
  9. @using SimpleWebChat.BlazorWasm
  10. @using SimpleWebChat.BlazorWasm.UI
  11. @using SimpleWebChat.BlazorWasm.Modules