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

4 lines
32 B
Rust
Raw Normal View History

2021-06-30 15:11:27 +00:00
pub mod auth;
pub use auth::*;