Another version of RecipeDetail
All checks were successful
Build and Deploy / build-and-push (push) Successful in 25s

This commit is contained in:
2026-03-27 16:49:09 +01:00
parent 536bc95236
commit 58ff081bc8
2 changed files with 717 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import { getRecipeListHTML, setupRecipeList } from './views/RecipeList.js';
import { getFilterHTML, setupFilter } from './views/Filter.js';
import { getRecipeDetailHTML, setupRecipeDetail } from './views/RecipeDetail.js';
import { getRecipeDetailHTML, setupRecipeDetail } from './views/RecipeDetailV2.js';
import { getMealPlannerHTML, setupMealPlanner } from './views/MealPlanner.js';
import { getPantryHTML, refreshPantry, setupPantry } from './views/Pantry.js';
import { getShoppingHTML, refreshShopping, setupShopping } from './views/Shopping.js';