Compare commits

..

No commits in common. "a1d6c22b22fbaebd5b0fad6a36d707988bbe684f" and "a98cfcfe9593bb415592fd0a0cc7dee6325ebb78" 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";