mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-03 08:46:57 +00:00
11 lines
221 B
JavaScript
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';
|