Files
hotline-planner/dev/backend/web app webhook claude/HotlinePlannerWebhook/Views/_ViewImports.cshtml
2026-02-23 14:02:44 +01:00

6 lines
189 B
Plaintext

@using HotlinePlannerWebhook
@using HotlinePlannerWebhook.Models
@using HotlinePlannerWebhook.Data.Models
@using Microsoft.Identity.Web
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers