Remove unused imports
This commit is contained in:
parent
709e22cacd
commit
55a60b27cb
@ -0,0 +1,6 @@
|
||||
namespace LeedsBeerQuest.API.Controllers;
|
||||
|
||||
public class CategoryController
|
||||
{
|
||||
|
||||
}
|
@ -1,8 +1,5 @@
|
||||
using LeedsBeerQuest.API.Data.Contexts;
|
||||
using LeedsBeerQuest.API.Data.Models;
|
||||
using LeedsBeerQuest.API.Data.Services.Interfaces;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace LeedsBeerQuest.API.Controllers;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user