diff options
Diffstat (limited to 'examples/src')
| -rw-r--r-- | examples/src/bin/example_action_system.rs | 2 |
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] |
