From b1d571fd730efe257423ee1fcd00ff4121e24ebd Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 23 Jan 2026 04:10:00 +0800 Subject: Add local actions modules and ProcessActionError enum - Add local_actions module with account_manage and current_sheet submodules - Add ProcessActionError enum with authorization and registration variants - Add missing import for MemberId in error module --- actions/src/local_actions/current_sheet.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 actions/src/local_actions/current_sheet.rs (limited to 'actions/src/local_actions/current_sheet.rs') diff --git a/actions/src/local_actions/current_sheet.rs b/actions/src/local_actions/current_sheet.rs new file mode 100644 index 0000000..785d7ee --- /dev/null +++ b/actions/src/local_actions/current_sheet.rs @@ -0,0 +1,2 @@ +pub mod exit_sheet; +pub mod use_sheet; -- cgit