refactor(native): rename folder name

This commit is contained in:
LongYinan
2023-05-09 18:05:52 +08:00
parent 268636c440
commit ee1e50f391
13 changed files with 3 additions and 3 deletions
+12
View File
@@ -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;