_Imports.razor 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. @using System.ComponentModel.DataAnnotations;
  2. @using System.Net.Http
  3. @using System.Net.Http.Json
  4. @using System.Threading
  5. @using System.Text
  6. @using Microsoft.AspNetCore.Components;
  7. @using Microsoft.AspNetCore.Components.Forms
  8. @using Microsoft.AspNetCore.Components.Routing
  9. @using Microsoft.AspNetCore.Components.Web
  10. @using Microsoft.AspNetCore.Components.Web.Virtualization
  11. @using Microsoft.AspNetCore.Components.WebAssembly.Http
  12. @using Microsoft.JSInterop
  13. @using FNZCM.Shared
  14. @using FNZCM.Shared.Helpers
  15. @using FNZCM.Shared.MediaModels
  16. @using FNZCM.BlazorWasm
  17. @using FNZCM.BlazorWasm.Models
  18. @using FNZCM.BlazorWasm.Helpers
  19. @using FNZCM.BlazorWasm.Utility
  20. @using FNZCM.BlazorWasm.UI
  21. @using FNZCM.BlazorWasm.UI.Components
  22. @using FNZCM.BlazorWasm.UI.Components.FnzBootstrap
  23. @using FNZCM.BlazorWasm.UI.Components.FnzBootstrap.Collapse
  24. @using FNZCM.BlazorWasm.UI.Components.FnzBootstrap.Modal
  25. @using FNZCM.BlazorWasm.UI.Components.FnzGroup
  26. @using FNZCM.BlazorWasm.UI.Components.KeudellCoding
  27. @using FNZCM.BlazorWasm.UI.Views.Default
  28. @using FNZCM.BlazorWasm.UI.Views.Default.Dialogs
  29. @using FNZCM.BlazorWasm.UI.Views.Default.Browse
  30. @using FNZCM.BlazorWasm.UI.Views.Default.Search
  31. @using FNZCM.BlazorWasm.UI.Views.Default.Playlist