move removing usings

This commit is contained in:
Ryan Peters 2022-06-21 17:34:12 -04:00
parent 2ea4bd88ae
commit 82c6ac3e98
2 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,4 @@
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace BinaryDad.Coding.Controllers
{

View File

@ -1,6 +1,5 @@
using Microsoft.AspNetCore.SignalR;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace BinaryDad.Coding.Hubs