Skip to content

Commit

Permalink
Fix for updated package format-quantity
Browse files Browse the repository at this point in the history
  • Loading branch information
de-ich committed May 20, 2024
1 parent 0f5632c commit 95940e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/IngredientsList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import { RecipeYieldType, type RecipeDetails } from '$lib/database/Recipe';
import IconButton from '@smui/icon-button';
import type { Ingredient } from 'parse-ingredient';
import formatQuantity from 'format-quantity';
import List, { Item } from '@smui/list';
import { formatQuantity } from 'format-quantity';
import Checkbox from '@smui/checkbox';
import Dialog, { Actions, Content, Title } from '@smui/dialog';
import Textfield from '@smui/textfield';
Expand Down

0 comments on commit 95940e0

Please sign in to comment.