Service for editing/creating recipe
[recipes.git] / backend / src / main.rs
index 951fd78..74e0383 100644 (file)
@@ -14,7 +14,6 @@ mod email;
 mod hash;
 mod model;
 mod services;
-mod user;
 mod utils;
 
 #[actix_web::main]