documetation updates

This commit is contained in:
2021-08-12 15:48:02 +02:00
committed by dietrich
parent f3b1a0d7e8
commit 48a376f3bd
5 changed files with 13 additions and 3 deletions
+1
View File
@@ -1,3 +1,4 @@
//! Containing the individual pages for the admin app so far one to list the links and one to list the users.
pub mod home;
pub mod list_links;
pub mod list_users;