From dbccb586f890eadb7a8607f78ca0ae6b3669dad8 Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Sun, 8 Jan 2023 00:26:59 -0800 Subject: [PATCH] Remove unecessary usings --- .../Controllers/HomeController.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs b/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs index cf4a1e9..e8b299a 100644 --- a/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs +++ b/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs @@ -1,11 +1,7 @@ using AS1024.CommunityDocumentationPage.Models; using Microsoft.AspNetCore.Mvc; using System.Diagnostics; -using System.Net.Http; -using System.Net.Http.Headers; -using Newtonsoft.Json; using AS1024.CommunityDocumentationPage.Interfaces; -using AS1024.CommunityDocumentationPage.DIScopes; namespace AS1024.CommunityDocumentationPage.Controllers {