PlotDirector/PlotLine/Views/_ViewImports.cshtml
2026-06-04 20:09:47 +01:00

6 lines
145 B
Plaintext

@using PlotLine
@using PlotLine.Models
@using PlotLine.ViewModels
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, PlotLine