chore: initial template commit

This commit is contained in:
Gitea Bootstrap
2026-08-24 13:30:15 +00:00
commit bb4952e42d
16 changed files with 947 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
mod hello_mridge;
pub mod views {
pub use super::hello_mridge::*;
}