diff --git a/src/dtos/RecipeInstructionStepDto.ts b/src/api/dtos/RecipeInstructionStepDto.ts similarity index 84% rename from src/dtos/RecipeInstructionStepDto.ts rename to src/api/dtos/RecipeInstructionStepDto.ts index 88ddb87..921a873 100644 --- a/src/dtos/RecipeInstructionStepDto.ts +++ b/src/api/dtos/RecipeInstructionStepDto.ts @@ -1,4 +1,3 @@ -import { UUID } from "crypto"; import { AbstractDto } from "./AbstractDto.js"; export class RecipeInstructionStepDto extends AbstractDto{