From bac88ab54b28825a17f808def90209517f484355 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 12 Jan 2026 06:01:52 +0800 Subject: Rename modules for better clarity and organization --- actions/src/remote_actions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/src/remote_actions.rs') diff --git a/actions/src/remote_actions.rs b/actions/src/remote_actions.rs index 33f01aa..d15edc9 100644 --- a/actions/src/remote_actions.rs +++ b/actions/src/remote_actions.rs @@ -7,7 +7,7 @@ use tokio::sync::{Mutex, mpsc::Sender}; use vcs_data::{ constants::{SERVER_PATH_MEMBER_PUB, VAULT_HOST_NAME}, data::{ - local::{LocalWorkspace, config::LocalConfig, latest_info::LatestInfo}, + local::{LocalWorkspace, latest_info::LatestInfo, workspace_config::LocalConfig}, member::MemberId, sheet::SheetName, user::UserDirectory, -- cgit