summaryrefslogtreecommitdiff
path: root/examples/src/bin
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-24 14:47:20 +0800
committer魏曹先生 <1992414357@qq.com>2025-10-24 14:47:20 +0800
commitb2c45bf5c16391917caccd703ac85b80c5c77cca (patch)
tree39cf3eb5af8e313ef370c2ecdcabffe18dbd057a /examples/src/bin
parent49ad7a152cf849c8d91ee6b686da31f9c252f77c (diff)
Re-export subcrate `action_system` to `just_enough_vcs`
Diffstat (limited to 'examples/src/bin')
-rw-r--r--examples/src/bin/example_action_system.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/bin/example_action_system.rs b/examples/src/bin/example_action_system.rs
index c873a2e..776c982 100644
--- a/examples/src/bin/example_action_system.rs
+++ b/examples/src/bin/example_action_system.rs
@@ -1,4 +1,4 @@
-use action_system::{action::ActionContext, action_gen, action_pool::ActionPool};
+use action_system::{action::ActionContext, action_pool::ActionPool, macros::action_gen};
use tcp_connection::error::TcpTargetError;
#[tokio::main]