From 5666f243bbf25d418af1e62893aad09cc112f6f6 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 10 Jul 2025 12:39:25 -0600 Subject: [PATCH] Move HTMX code to module --- src/components/head.html | 24 +----------------------- src/htmx_import.js | 1 + src/index.js | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 src/htmx_import.js create mode 100644 src/index.js diff --git a/src/components/head.html b/src/components/head.html index 44ab682..83d7bba 100644 --- a/src/components/head.html +++ b/src/components/head.html @@ -14,9 +14,7 @@ - +