From 4889aac1480ca0175d7dea18795c14fe0c9c8250 Mon Sep 17 00:00:00 2001 From: araemer Date: Sat, 21 Feb 2026 08:29:02 +0100 Subject: [PATCH] Forgotten file with modified imports due to moving all API functionality to a single directory --- src/{ => api}/dtos/RecipeInstructionStepDto.ts | 1 - 1 file changed, 1 deletion(-) rename src/{ => api}/dtos/RecipeInstructionStepDto.ts (84%) 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{