// This controller will be called "example", ie "js-file-name" minus the "_controller.js" // see controller/index.js for more info import { Controller } from "stimulus"; export default class extends Controller {}