Browse Source

Remove lost using

pull/13677/head
Max Katz 2 years ago
committed by GitHub
parent
commit
de828103cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      samples/ControlCatalog.Browser.Blazor/_Imports.razor

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

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

Loading…
Cancel
Save