aboutsummaryrefslogtreecommitdiff
path: root/ShareGuard.Web/Components/_Imports.razor
diff options
context:
space:
mode:
Diffstat (limited to 'ShareGuard.Web/Components/_Imports.razor')
-rw-r--r--ShareGuard.Web/Components/_Imports.razor10
1 files changed, 10 insertions, 0 deletions
diff --git a/ShareGuard.Web/Components/_Imports.razor b/ShareGuard.Web/Components/_Imports.razor
new file mode 100644
index 0000000..33e59de
--- /dev/null
+++ b/ShareGuard.Web/Components/_Imports.razor
@@ -0,0 +1,10 @@
+@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 static Microsoft.AspNetCore.Components.Web.RenderMode
+@using Microsoft.AspNetCore.Components.Web.Virtualization
+@using Microsoft.JSInterop
+@using ShareGuard.Web
+@using ShareGuard.Web.Components \ No newline at end of file