forgot to import
This commit is contained in:
parent
4f5cd78eb0
commit
9988cedbc4
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue