Browse Source

fix build error.

pull/9142/head
Dan Walmsley 3 years ago
parent
commit
33f9f52ed4
  1. 1
      samples/ControlCatalog.Blazor.Web/_Imports.razor

1
samples/ControlCatalog.Blazor.Web/_Imports.razor

@ -6,6 +6,5 @@
@using Microsoft.AspNetCore.Components.Web.Virtualization @using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http @using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop @using Microsoft.JSInterop
@using ControlCatalog.Web
@using ControlCatalog.Web.Shared @using ControlCatalog.Web.Shared
@using SkiaSharp @using SkiaSharp

Loading…
Cancel
Save