Files
recipe-mockup/js/storageKeys.js

4 lines
172 B
JavaScript

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';