Browse Source

Removed unused usings

pull/1555/head
Viswanatha Swamy 4 years ago
parent
commit
7db24e3a88
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/Web/WebStatus/Controllers/HomeController.cs

+ 1
- 3
src/Web/WebStatus/Controllers/HomeController.cs View File

@ -1,8 +1,6 @@
using HealthChecks.UI.Configuration;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using System.Linq;
using System.Threading.Tasks;
namespace WebStatus.Controllers
{


Loading…
Cancel
Save