AppFlowy/rust-lib/flowy-user/src/handlers/mod.rs

4 lines
48 B
Rust
Raw Normal View History

2021-07-13 09:19:39 +00:00
pub mod auth_handler;
2021-07-13 09:19:39 +00:00
pub use auth_handler::*;