fix: remove unused imports

This commit is contained in:
Max Richter
2025-11-02 21:56:26 +01:00
parent 928782c453
commit 21124dfe00

View File

@@ -2,7 +2,6 @@ import { Signal } from "@preact/signals";
import type { Ingredient, IngredientGroup } from "@lib/recipeSchema.ts";
import { FunctionalComponent } from "preact";
import { unitsOfMeasure } from "@lib/parseIngredient.ts";
import { renderMarkdown } from "@lib/markdown.ts";
function formatAmount(num: number) {
if (num === 0) return "";