Add missing using statement to Blazor hosted template. (#9000)
This commit is contained in:
parent
f2e9ef3441
commit
a4417e6240
|
|
@ -2,6 +2,7 @@ using Microsoft.AspNetCore.Builder;
|
|||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.AspNetCore.ResponseCompression;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Newtonsoft.Json.Serialization;
|
||||
using System.Linq;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue