feat: add htmx package

This commit is contained in:
Alexander Navarro 2025-02-24 21:24:24 -03:00
parent a662b94b21
commit 17bf419074
4 changed files with 104 additions and 1 deletions

View file

@ -11,6 +11,7 @@
},
"type": "module",
"dependencies": {
"@mini-strap/core": "^0.1.2"
"@mini-strap/core": "^0.1.2",
"htmx.org": "2.0.4"
}
}