summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 48decb2..5609c2e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -31,6 +31,10 @@ pub mod system {
pub mod sheet_system {
pub use sheet_system::*;
}
+
+ pub mod storage_system {
+ pub use storage_system::*;
+ }
}
pub mod utils {