refactor modules

This commit is contained in:
2024-08-07 13:18:13 +02:00
parent 6dc6a581e3
commit 5365cb5409
24 changed files with 139 additions and 130 deletions

View File

@ -1,6 +1,5 @@
pub mod admin;
pub mod blog_post_list;
pub mod blog_post_page;
pub mod contact;
pub mod index;
pub mod post;
pub mod post_list;
pub mod project;