diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-26 23:18:11 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-26 23:26:01 +0100 |
| commit | 1f28cbdf1dbe26e4c7da27323a0202a3276cb3a7 (patch) | |
| tree | f5a707ed5671d0345b21c935f5a46099b12b8f19 /src/components/mod.rs | |
| parent | 9a472115e594e28f4e3bd95b10800bf2b690febf (diff) | |
Move footer to its own component
Diffstat (limited to 'src/components/mod.rs')
| -rw-r--r-- | src/components/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. +pub mod footer; pub mod header; |