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-02-09 02:30:14 +00:00
@using WeatherDashboard.Web.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers