Update Error.cshtml.cs

This commit is contained in:
Isaac Levin 2019-06-07 10:22:41 -04:00 committed by GitHub
parent 01d10ab08e
commit 7b8d34243a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.Logging;
namespace Company.WebApplication1.Pages
{