mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 00:29:46 +08:00
refactor(native): rename folder name
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// mod block;
|
||||
mod dynamic_value;
|
||||
mod storage;
|
||||
mod workspace;
|
||||
|
||||
// pub use block::Block;
|
||||
pub use dynamic_value::{DynamicValue, DynamicValueMap};
|
||||
pub use storage::Storage;
|
||||
pub use workspace::Workspace;
|
||||
|
||||
#[macro_use]
|
||||
extern crate napi_derive;
|
||||
Reference in New Issue
Block a user