Added sample ingredients

This commit is contained in:
Nicholas
2025-11-21 14:12:51 -05:00
parent ae3206c03d
commit 62aee24595

View File

@@ -0,0 +1,12 @@
{
"Peanut Butter Sandwich": {
"Peanut Butter": {
"quantity": 2,
"units": "tbsp"
},
"Sliced Bread": {
"quantity": 2,
"units": "slices"
}
}
}