From 21124dfe000b3acb11186ad69d555473d183f052 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sun, 2 Nov 2025 21:56:26 +0100 Subject: [PATCH] fix: remove unused imports --- islands/IngredientsList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/islands/IngredientsList.tsx b/islands/IngredientsList.tsx index 1239946..1b0aa8d 100644 --- a/islands/IngredientsList.tsx +++ b/islands/IngredientsList.tsx @@ -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 "";