diff options
| author | Marijn Besseling <njirambem@gmail.com> | 2025-09-07 20:56:09 +0200 |
|---|---|---|
| committer | Marijn Besseling <njirambem@gmail.com> | 2025-09-07 20:56:09 +0200 |
| commit | 9ab322751a732d8cbc1ddf4f2ecf5022d7242baa (patch) | |
| tree | 49abc49c7d148b2f575aa5daef32875d44729561 /Blog/Components/_Imports.razor | |
WIP migration
Diffstat (limited to 'Blog/Components/_Imports.razor')
| -rw-r--r-- | Blog/Components/_Imports.razor | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Blog/Components/_Imports.razor b/Blog/Components/_Imports.razor new file mode 100644 index 0000000..0483514 --- /dev/null +++ b/Blog/Components/_Imports.razor | |||
| @@ -0,0 +1,11 @@ | |||
| 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 static Microsoft.AspNetCore.Components.Web.RenderMode | ||
| 7 | @using Microsoft.AspNetCore.Components.Web.Virtualization | ||
| 8 | @using Microsoft.JSInterop | ||
| 9 | @using Blog | ||
| 10 | @using Blog.Components | ||
| 11 | @using Blog.Components._Shared \ No newline at end of file | ||