|
|
@@ -1,4 +1,4 @@
|
|
|
-module.exports = {
|
|
|
+let newRecipe = {
|
|
|
display: function(Recipe){
|
|
|
let ingredientsSelect = document.querySelector("#recipeInputIngredients select");
|
|
|
let categories = merchant.categorizeIngredients();
|
|
|
@@ -107,4 +107,6 @@ module.exports = {
|
|
|
loader.style.display = "none";
|
|
|
});
|
|
|
},
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
+module.exports = newRecipe;
|