From 1f28cbdf1dbe26e4c7da27323a0202a3276cb3a7 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Thu, 26 Mar 2026 23:18:11 +0100 Subject: Move footer to its own component --- src/components/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/mod.rs') diff --git a/src/components/mod.rs b/src/components/mod.rs index d32bbea..1194b9f 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -13,4 +13,5 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . +pub mod footer; pub mod header; -- cgit