From e3f4b8188515eeec149eec0405b51e1b57f6e7bb Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 12 Jan 2026 05:12:10 +0800 Subject: Rename and reorganize remote actions modules --- actions/src/remote_actions/sheet_manage.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 actions/src/remote_actions/sheet_manage.rs (limited to 'actions/src/remote_actions/sheet_manage.rs') diff --git a/actions/src/remote_actions/sheet_manage.rs b/actions/src/remote_actions/sheet_manage.rs new file mode 100644 index 0000000..a3a91a2 --- /dev/null +++ b/actions/src/remote_actions/sheet_manage.rs @@ -0,0 +1,2 @@ +pub mod drop_sheet; +pub mod make_sheet; -- cgit