From 9f0a9d2d858de9af3e36a2820c97fd147cd9f7b3 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Sat, 7 Feb 2026 23:43:55 -0700 Subject: [PATCH] (FIX): Failed to build UI, here a fix. --- web/src/components/forms/InstructionList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/forms/InstructionList.tsx b/web/src/components/forms/InstructionList.tsx index ed977ab..c14d43d 100644 --- a/web/src/components/forms/InstructionList.tsx +++ b/web/src/components/forms/InstructionList.tsx @@ -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"; -- 2.47.2