diff options
Diffstat (limited to 'ShareGuard.Web.Client/_Imports.razor')
| -rw-r--r-- | ShareGuard.Web.Client/_Imports.razor | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShareGuard.Web.Client/_Imports.razor b/ShareGuard.Web.Client/_Imports.razor new file mode 100644 index 0000000..8233d90 --- /dev/null +++ b/ShareGuard.Web.Client/_Imports.razor @@ -0,0 +1,9 @@ +@using System.Net.Http +@using System.Net.Http.Json +@using Microsoft.AspNetCore.Components.Forms +@using Microsoft.AspNetCore.Components.Routing +@using Microsoft.AspNetCore.Components.Web +@using Microsoft.AspNetCore.Components.Web.Virtualization +@using Microsoft.AspNetCore.Components.WebAssembly.Http +@using Microsoft.JSInterop +@using ShareGuard.Web.Client
\ No newline at end of file |
