diff --git a/app/webpacker/controllers/product_actions_controller.js b/app/webpacker/controllers/product_actions_controller.js deleted file mode 100644 index 0d60b6ba15..0000000000 --- a/app/webpacker/controllers/product_actions_controller.js +++ /dev/null @@ -1,13 +0,0 @@ -import ApplicationController from "./application_controller"; - -export default class extends ApplicationController { - static values = {currentId: Number}; - - deleteProduct() { - debugger - } - - deleteVariant(){ - debugger - } -}