mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-23 23:47:21 +00:00
6 lines
109 B
Rust
6 lines
109 B
Rust
mod editor_deps_impl;
|
|
mod workspace_deps_impl;
|
|
|
|
pub use editor_deps_impl::*;
|
|
pub use workspace_deps_impl::*;
|