WeatherDashboard/WeatherDashboard.Web/Views/_ViewImports.cshtml

5 lines
143 B
Plaintext
Raw Normal View History

2023-02-10 03:33:02 +00:00
@using WeatherDashboard
@using WeatherDashboard.Web
2023-03-20 14:15:24 +00:00
@using WeatherDashboard.Extensions
2023-02-09 02:30:14 +00:00
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers