diff options
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; |