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

4 lines
28 B
Rust
Raw Normal View History

mod auth;
pub use auth::*;