// HTMX import htmx from 'htmx.org'; import 'htmx-ext-json-enc'; window.htmx = htmx; // Actor Typeahead (web component, auto-registers on import) import 'actor-typeahead'; // Import app functionality import './app.js';