(FIX): Failed to build UI, here a fix.

This commit is contained in:
Hayden Hargreaves 2026-02-07 23:43:55 -07:00
parent eea1f09769
commit 9f0a9d2d85

View File

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