forgot to import

This commit is contained in:
leca 2024-11-13 23:25:58 +03:00
parent 4f5cd78eb0
commit 9988cedbc4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import ProductService from '../services/product.js'; import ProductService from '../services/product.js';
import translate from '../utils/translate.js'; import translate from '../utils/translate.js';
import responseCodes from '../response/responseCodes.js'; import responseCodes from '../response/responseCodes.js';
import notify from '../utils/notify.js';
const TAG = "/controllers/product.js" const TAG = "/controllers/product.js"
class AbstractProductController { class AbstractProductController {