Compare commits

..

No commits in common. "f798ddb74c7ea75ce9cbf03966a2635e4148a8d6" and "eb2ebff0ae54ba2dae5a0a5283aa86f5a05e03d2" have entirely different histories.

View File

@ -1,6 +1,6 @@
import { Reorder } from "motion/react"; import { Reorder } from "motion/react";
import InstructionElement from "./InstructionElement"; import InstructionElement from "./InstructionElement";
import { type Dispatch, type SetStateAction } from "react"; import { useEffect, type Dispatch, type SetStateAction } from "react";
import type { RecipeInstruction } from "../../types/recipe"; import type { RecipeInstruction } from "../../types/recipe";
import type { RecipeValidationEntry } from "../../pages/Create"; import type { RecipeValidationEntry } from "../../pages/Create";