Add pantry and shopping lists
This commit is contained in:
3
stacks/recipe/js/storageKeys.js
Normal file
3
stacks/recipe/js/storageKeys.js
Normal 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';
|
||||
Reference in New Issue
Block a user