mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
cable_ready is already imported in app/webpacker/controllers/index.js
This commit is contained in:
committed by
Maikel Linke
parent
6f8ab56d2e
commit
65084422cb
@@ -1,5 +1,4 @@
|
||||
import { Controller } from "stimulus";
|
||||
import CableReady from "cable_ready";
|
||||
|
||||
export default class extends Controller {
|
||||
static targets = ["background", "modal", "email"];
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { Controller } from "stimulus";
|
||||
import CableReady from "cable_ready";
|
||||
|
||||
export default class extends Controller {
|
||||
static values = { primaryProducer: String, enterpriseSells: String };
|
||||
|
||||
Reference in New Issue
Block a user