_Imports.razor 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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.Models.Fe
  19. @using FNZCM.BlazorWasm.Helpers
  20. @using FNZCM.BlazorWasm.Utility
  21. @using FNZCM.BlazorWasm.UI
  22. @using FNZCM.BlazorWasm.UI.Components
  23. @using FNZCM.BlazorWasm.UI.Components.FnzBootstrap
  24. @using FNZCM.BlazorWasm.UI.Components.FnzBootstrap.Collapse
  25. @using FNZCM.BlazorWasm.UI.Components.FnzBootstrap.Modal
  26. @using FNZCM.BlazorWasm.UI.Components.FnzGroup
  27. @using FNZCM.BlazorWasm.UI.Components.KeudellCoding
  28. @using FNZCM.BlazorWasm.UI.Views.Default
  29. @using FNZCM.BlazorWasm.UI.Views.Default.Dialogs
  30. @using FNZCM.BlazorWasm.UI.Views.Default.Browse
  31. @using FNZCM.BlazorWasm.UI.Views.Default.Search
  32. @using FNZCM.BlazorWasm.UI.Views.Default.Playlist