mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-19 08:14:20 +01:00
storage: simplify imports
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -2,9 +2,7 @@ mod file_key_storage;
|
||||
mod file_storage;
|
||||
|
||||
pub use file_key_storage::FileKeyStorage;
|
||||
pub use file_storage::write_file;
|
||||
pub use file_storage::Directory;
|
||||
pub use file_storage::{DataPath, DataPathType};
|
||||
pub use file_storage::{delete_file, write_file, DataPath, DataPathType, Directory};
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
mod security_framework_key_storage;
|
||||
|
||||
Reference in New Issue
Block a user