♻️ (htmx): Expone request y response como públicos

This commit is contained in:
Manuel Cillero 2026-07-26 10:00:43 +02:00
parent b9d9cdf601
commit 39f494539e
5 changed files with 22 additions and 27 deletions

View file

@ -1,5 +1,5 @@
use pagetop::prelude::*;
use pagetop_htmx::HtmxRequestExt;
use pagetop_htmx::prelude::*;
struct TestApp;