mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Fix imports in Admin area.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@using DiscImageChef.Server
|
||||
@using DiscImageChef.Server.Models
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
3
DiscImageChef.Server/Areas/Admin/Views/_ViewStart.cshtml
Normal file
3
DiscImageChef.Server/Areas/Admin/Views/_ViewStart.cshtml
Normal file
@@ -0,0 +1,3 @@
|
||||
@{
|
||||
Layout = "_Layout";
|
||||
}
|
||||
Reference in New Issue
Block a user