diff --git a/frontend/src/components/recipes/InstructionStepListMobileEditor.tsx b/frontend/src/components/recipes/InstructionStepListMobileEditor.tsx index 15376d9..c471842 100644 --- a/frontend/src/components/recipes/InstructionStepListMobileEditor.tsx +++ b/frontend/src/components/recipes/InstructionStepListMobileEditor.tsx @@ -2,11 +2,12 @@ * Mobile editor using Up/Down buttons for reordering */ -import {ArrowDown, ArrowUp, Plus, X} from "lucide-react"; +import {Plus} from "lucide-react"; import type {InstructionStepModel} from "../../models/InstructionStepModel"; import Button from "../basics/Button"; import {ButtonType} from "../basics/BasicButtonDefinitions"; import {instructionStepListEditorMethods} from "./InstructionStepListEditorMethods.ts"; +import {InstructionStepMobileListItem} from "./InstructionStepMobileListItem.tsx"; type InstructionStepListEditorMobileProps = { instructionStepList: InstructionStepModel[]; @@ -36,48 +37,15 @@ export function InstructionStepListMobileEditor({

Zubereitung

{instructionStepList.map((step, index) => ( -
-
-
- {index + 1} -
-
-
-
- -