Files
openfoodnetwork/app/components/example_component/example_controller.js
2025-04-22 13:41:01 +10:00

5 lines
189 B
JavaScript

// This controller will be called "example-component--example", ie "component-subdirectory--js-file-name"
import { Controller } from "stimulus";
export default class extends Controller {}