diff --git a/back/src/lib.rs b/back/src/lib.rs index d9c68af..317af45 100644 --- a/back/src/lib.rs +++ b/back/src/lib.rs @@ -1,7 +1,6 @@ use serde::{Deserialize, Serialize}; pub mod routing; -pub mod read; #[derive(Debug, Clone)] pub struct AppState{