Lee Morgan 6 роки тому
батько
коміт
4579494a13
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      controllers/renderer.js

+ 0 - 1
controllers/renderer.js

@@ -1,7 +1,6 @@
 const axios = require("axios");
 
 const Merchant = require("../models/merchant");
-const Ingredient = require("../models/ingredient");
 const Transaction = require("../models/transaction");
 const Purchase = require("../models/purchase");