stubbed out new shopping list

This commit is contained in:
smilerz
2021-09-30 14:56:59 -05:00
parent a140813a67
commit 17cedf17b5
24 changed files with 302 additions and 17 deletions

View File

@ -175,7 +175,10 @@ export class Models {
},
'merge': true
}
static SHOPPING_LIST = {}
static SHOPPING_LIST = {
'name': i18n.t('Shopping_list'),
'apiName': 'ShoppingListEntry',
}
static RECIPE_BOOK = {
'name': i18n.t('Recipe_Book'),
'apiName': 'RecipeBook',