diff --git a/API-Project/src/gateways/recipe.gateway.ts b/API-Project/src/gateways/recipe.gateway.ts index ee8a4e5..df3b1c1 100644 --- a/API-Project/src/gateways/recipe.gateway.ts +++ b/API-Project/src/gateways/recipe.gateway.ts @@ -1,7 +1,5 @@ -import { Ingredient } from "../types/ingredients"; import { Recipe } from "../types/recipes" import { Connection } from "../database/connection" -import { Router } from "express"; import { StepsGateway } from "./steps.gateway"; import { IngredientsGateway } from "./ingredients.gateway";