Refactor recipe fetching logic to use a new constructor for Recipes, improving code clarity and reducing duplication.

This commit is contained in:
Greg Burri 2025-04-12 18:45:51 +02:00
parent aebca7a7e2
commit 9daa852add
5 changed files with 61 additions and 63 deletions

View file

@ -73,9 +73,6 @@ body {
margin: consts.$margin;
}
// .create-recipe {
// }
#select-website-language {
margin: consts.$margin;
padding: consts.$margin;