aboutsummaryrefslogtreecommitdiff
path: root/examples/with-3rd-party/bootstrap.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-3rd-party/bootstrap.rs')
-rw-r--r--examples/with-3rd-party/bootstrap.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/with-3rd-party/bootstrap.rs b/examples/with-3rd-party/bootstrap.rs
index 9a55eb1..4fea754 100644
--- a/examples/with-3rd-party/bootstrap.rs
+++ b/examples/with-3rd-party/bootstrap.rs
@@ -1,9 +1,8 @@
use std::error::Error;
use std::rc::Rc;
-use syrette::declare_default_factory;
-use syrette::di_container::blocking::prelude::*;
use syrette::ptr::TransientPtr;
+use syrette::{declare_default_factory, DIContainer};
use third_party_lib::Shuriken;
use crate::interfaces::ninja::INinja;