Compare commits

...

2 Commits

Author SHA1 Message Date
Hayden Hargreaves
a1d6c22b22 Merge branch 'feature/orm' of gitea:azpect/Potion into feature/orm 2026-02-07 23:44:21 -07:00
Hayden Hargreaves
9f0a9d2d85 (FIX): Failed to build UI, here a fix. 2026-02-07 23:43:55 -07:00

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 { useEffect, type Dispatch, type SetStateAction } from "react"; import { 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";