Skip to content

Commit be8fe8c

Browse files
committed
Updates
1 parent 78d3b61 commit be8fe8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

9.0/BlazorWebAssemblyXrefGenerator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Microsoft.AspNetCore.Components.Web;
22
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
3-
using XrefGenBlazor;
3+
using BlazorWebAssemblyXrefGenerator;
44

55
var builder = WebAssemblyHostBuilder.CreateDefault(args);
66
builder.RootComponents.Add<App>("#app");
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
@using System.Net.Http
1+
@using System.Net.Http
22
@using System.Net.Http.Json
33
@using Microsoft.AspNetCore.Components.Forms
44
@using Microsoft.AspNetCore.Components.Routing
55
@using Microsoft.AspNetCore.Components.Web
66
@using Microsoft.AspNetCore.Components.Web.Virtualization
77
@using Microsoft.AspNetCore.Components.WebAssembly.Http
88
@using Microsoft.JSInterop
9-
@using XrefGenBlazor
10-
@using XrefGenBlazor.Layout
9+
@using BlazorWebAssemblyXrefGenerator
10+
@using BlazorWebAssemblyXrefGenerator.Layout

0 commit comments

Comments
 (0)