Files
EonaCat.LogStack/EonaCat.LogStack.Status/Pages/_ViewImports.cshtml
EonaCat 977374ce02 Added EonaCat.LogStack.Status
Updated EonaCat.LogStack.LogClient to support EonaCat.LogStack.Status
2026-03-12 21:15:33 +01:00

6 lines
203 B
Plaintext

@using EonaCat.LogStack.Status
@using EonaCat.LogStack.Status.Models
@using EonaCat.LogStack.Status.Services
@namespace EonaCat.LogStack.Status.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers