mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
6 lines
73 B
Rust
6 lines
73 B
Rust
#![allow(clippy::module_inception)]
|
|
|
|
mod kv;
|
|
mod schema;
|
|
|
|
pub use kv::*;
|