diff --git a/fs-storage/src/lib.rs b/fs-storage/src/lib.rs index 162f0e87..adeb750b 100644 --- a/fs-storage/src/lib.rs +++ b/fs-storage/src/lib.rs @@ -1,6 +1,4 @@ pub mod file_storage; -pub mod meta; -pub mod prop; pub const ARK_FOLDER: &str = ".ark"; // Should not be lost if possible