Add missing app namespace to server-side Blazor template (#10240)
This commit is contained in:
parent
0425808b70
commit
07a02dcbc7
|
|
@ -3,4 +3,5 @@
|
|||
@using Microsoft.AspNetCore.Components.Layouts
|
||||
@using Microsoft.AspNetCore.Components.Routing
|
||||
@using Microsoft.JSInterop
|
||||
@using RazorComponentsWeb_CSharp
|
||||
@using RazorComponentsWeb_CSharp.Shared
|
||||
|
|
|
|||
Loading…
Reference in New Issue