refactor: prune admin app compat re-exports (#3697)

This commit is contained in:
安正超
2026-06-21 20:28:43 +08:00
committed by GitHub
parent 5c01641760
commit a0e7957e92
5 changed files with 822 additions and 157 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ pub use config::*;
pub use datatypes::*;
pub use replication_pool::*;
pub use replication_resyncer::*;
pub use replication_state::BucketStats;
pub use replication_state::{BucketStats, ReplicationStats};
pub use rule::*;