Add pantry and shopping lists

This commit is contained in:
2026-03-24 22:39:58 +01:00
parent 091e126744
commit 8672c8da28
13 changed files with 1800 additions and 362 deletions

View File

@@ -0,0 +1,3 @@
export const PLANS_STORAGE_KEY = 'recipe-planner-plans-v1';
export const PANTRY_STORAGE_KEY = 'recipe-pantry-v1';
export const SHOPPING_STORAGE_KEY = 'recipe-shopping-v1';