diff --git a/src/lib/components/IngredientRow.svelte b/src/lib/components/IngredientRow.svelte new file mode 100644 index 0000000..cb775fe --- /dev/null +++ b/src/lib/components/IngredientRow.svelte @@ -0,0 +1,129 @@ + + +
  • +
    + + +
    + + + + + +
  • + + diff --git a/src/lib/components/RecipeEditor.svelte b/src/lib/components/RecipeEditor.svelte index 7fa9977..6a2f817 100644 --- a/src/lib/components/RecipeEditor.svelte +++ b/src/lib/components/RecipeEditor.svelte @@ -1,8 +1,10 @@