diff options
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 | ||