Add missing app namespace to server-side Blazor template (#10240)

This commit is contained in:
Daniel Roth 2019-05-14 14:44:50 -07:00 committed by GitHub
parent 0425808b70
commit 07a02dcbc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@
@using Microsoft.AspNetCore.Components.Layouts
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using RazorComponentsWeb_CSharp
@using RazorComponentsWeb_CSharp.Shared