_Imports.razor 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  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.Bases
  23. @using FNZCM.BlazorWasm.UI.Components.FnzBoostrap.Bases
  24. @using FNZCM.BlazorWasm.UI.Components.FnzBoostrap.Collapse
  25. @using FNZCM.BlazorWasm.UI.Components.FnzBoostrap.Modal
  26. @using FNZCM.BlazorWasm.UI.Components.KeudellCoding
  27. @using FNZCM.BlazorWasm.UI.Views.Default
  28. @using FNZCM.BlazorWasm.UI.Views.Default.Browse
  29. @using FNZCM.BlazorWasm.UI.Views.Default.Search
  30. @using FNZCM.BlazorWasm.UI.Views.Default.Playlist