aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Blazor/_Imports.razor
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-19 16:32:14 +0200
committertranstrike <transtrike@gmail.com>2020-12-19 16:32:14 +0200
commit8880e0efec7462f6865e528f01b9973c6e722e8b (patch)
tree8771072a8df80227beb0bbff5634df194eccc813 /src/DevHive.Blazor/_Imports.razor
parent05d8be770dd5e728bc93a2322343cda3ddf939b7 (diff)
downloadDevHive-8880e0efec7462f6865e528f01b9973c6e722e8b.tar
DevHive-8880e0efec7462f6865e528f01b9973c6e722e8b.tar.gz
DevHive-8880e0efec7462f6865e528f01b9973c6e722e8b.zip
Blazor Template added
Diffstat (limited to 'src/DevHive.Blazor/_Imports.razor')
-rw-r--r--src/DevHive.Blazor/_Imports.razor10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/DevHive.Blazor/_Imports.razor b/src/DevHive.Blazor/_Imports.razor
new file mode 100644
index 0000000..f17b339
--- /dev/null
+++ b/src/DevHive.Blazor/_Imports.razor
@@ -0,0 +1,10 @@
+@using System.Net.Http
+@using Microsoft.AspNetCore.Authorization
+@using Microsoft.AspNetCore.Components.Authorization
+@using Microsoft.AspNetCore.Components.Forms
+@using Microsoft.AspNetCore.Components.Routing
+@using Microsoft.AspNetCore.Components.Web
+@using Microsoft.AspNetCore.Components.Web.Virtualization
+@using Microsoft.JSInterop
+@using DevHive.Blazor
+@using DevHive.Blazor.Shared