initial comimt

This commit is contained in:
2021-05-01 12:39:40 +02:00
commit 14d2070b62
8 changed files with 1993 additions and 0 deletions

5
src/note/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
mod model;
mod routes;
pub use model::*;
pub use routes::*;