diff options
Diffstat (limited to 'src/framework')
| -rw-r--r-- | src/framework/create_group.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/framework/create_group.rs b/src/framework/create_group.rs index 5c36e4d..74d8a82 100644 --- a/src/framework/create_group.rs +++ b/src/framework/create_group.rs @@ -1,6 +1,6 @@ -pub use ext::framework::command::{Command, CommandGroup, CommandType}; -pub(crate) use ext::framework::command::CommandOrAlias; -pub use ext::framework::create_command::CreateCommand; +pub use super::command::{Command, CommandGroup, CommandType}; +pub(crate) use super::command::CommandOrAlias; +pub use super::create_command::CreateCommand; use std::default::Default; use std::sync::Arc; |