mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-17 13:20:50 +00:00
5 lines
68 B
Rust
5 lines
68 B
Rust
#![allow(clippy::module_inception)]
|
|
mod errors;
|
|
|
|
pub use errors::*;
|