aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/channel_category.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/channel/channel_category.rs')
-rw-r--r--src/model/channel/channel_category.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/channel/channel_category.rs b/src/model/channel/channel_category.rs
index 73c50a7..f6df342 100644
--- a/src/model/channel/channel_category.rs
+++ b/src/model/channel/channel_category.rs
@@ -1,4 +1,4 @@
-use model::*;
+use model::prelude::*;
#[cfg(all(feature = "builder", feature = "model"))]
use builder::EditChannel;