Files
at-container-registry/pkg/appview/src/js/main.js
T

11 lines
221 B
JavaScript

// 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';