diff --git a/src/config.rs b/src/config.rs index 3ff0447..4617fa2 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,2 +1,2 @@ pub mod config; -pub use config::{Dotfile, Config, SyncConfig, MergeConfig, DetectConfig, BackupConfig}; +pub use config::{Config, Dotfile}; \ No newline at end of file