AppFlowy/rust-lib/flowy-user/src/handlers/mod.rs
2021-07-13 17:21:21 +08:00

4 lines
48 B
Rust

pub mod auth_handler;
pub use auth_handler::*;