cable_ready is already imported in app/webpacker/controllers/index.js

This commit is contained in:
Jean-Baptiste Bellet
2023-03-30 11:13:06 +02:00
committed by Maikel Linke
parent 6f8ab56d2e
commit 65084422cb
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
import { Controller } from "stimulus";
import CableReady from "cable_ready";
export default class extends Controller {
static targets = ["background", "modal", "email"];

View File

@@ -1,5 +1,4 @@
import { Controller } from "stimulus";
import CableReady from "cable_ready";
export default class extends Controller {
static values = { primaryProducer: String, enterpriseSells: String };