From 445582ded227387c36786dc6c47a96f5d4adf826 Mon Sep 17 00:00:00 2001 From: jakub Date: Wed, 21 May 2025 13:24:34 +0000 Subject: [PATCH] Update MyBlazorApp/_Imports.razor --- MyBlazorApp/_Imports.razor | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/MyBlazorApp/_Imports.razor b/MyBlazorApp/_Imports.razor index 6f0a302..0f7106d 100644 --- a/MyBlazorApp/_Imports.razor +++ b/MyBlazorApp/_Imports.razor @@ -1,9 +1,4 @@ -@using System.Net.Http -@using Microsoft.AspNetCore.Authorization -@using Microsoft.AspNetCore.Components.Authorization -@using Microsoft.AspNetCore.Components.Routing -@using Microsoft.AspNetCore.Components.Web -@using Microsoft.AspNetCore.Components.Web.Virtualization -@using Microsoft.AspNetCore.Components.Forms -@using Microsoft.JSInterop @using MyBlazorApp +@using Microsoft.AspNetCore.Components +@using Microsoft.AspNetCore.Components.Web +@using MyBlazorApp.Shared