From 771b949618bb4e07c09c2fb94a7f92e13f471b9e Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 25 Dec 2025 19:59:26 +0100 Subject: Initial commit --- ShareGuard.Web/Components/_Imports.razor | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ShareGuard.Web/Components/_Imports.razor (limited to 'ShareGuard.Web/Components/_Imports.razor') 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 -- cgit v1.2.3