#11068: remove product_actions_controller.js

This commit is contained in:
Ahmed Ejaz
2023-12-13 03:52:45 +05:00
parent 05e7674805
commit d8eace8dff

View File

@@ -1,13 +0,0 @@
import ApplicationController from "./application_controller";
export default class extends ApplicationController {
static values = {currentId: Number};
deleteProduct() {
debugger
}
deleteVariant(){
debugger
}
}