Fix imports in Admin area.

This commit is contained in:
2019-11-07 22:43:24 +00:00
parent 2f60591dbd
commit 4753cf3dbe
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
@using DiscImageChef.Server
@using DiscImageChef.Server.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

View File

@@ -0,0 +1,3 @@
@{
Layout = "_Layout";
}