WeatherDashboard/WeatherDashboard.Web/Views/_ViewImports.cshtml
2023-02-09 22:33:02 -05:00

5 lines
143 B
Plaintext

@using WeatherDashboard
@using WeatherDashboard.Web
@using WeatherDashboard.Web.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers