From 33f9f52ed4eaf4df6fef0c9bc2036f2c1dfb9ffd Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Tue, 11 Oct 2022 12:48:04 +0100 Subject: [PATCH] fix build error. --- samples/ControlCatalog.Blazor.Web/_Imports.razor | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/ControlCatalog.Blazor.Web/_Imports.razor b/samples/ControlCatalog.Blazor.Web/_Imports.razor index 04c7a8690e..9088ea0731 100644 --- a/samples/ControlCatalog.Blazor.Web/_Imports.razor +++ b/samples/ControlCatalog.Blazor.Web/_Imports.razor @@ -6,6 +6,5 @@ @using Microsoft.AspNetCore.Components.Web.Virtualization @using Microsoft.AspNetCore.Components.WebAssembly.Http @using Microsoft.JSInterop -@using ControlCatalog.Web @using ControlCatalog.Web.Shared @using SkiaSharp