aboutsummaryrefslogtreecommitdiff
path: root/examples/basic/bootstrap.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basic/bootstrap.rs')
-rw-r--r--examples/basic/bootstrap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/bootstrap.rs b/examples/basic/bootstrap.rs
index 2c45676..1cad500 100644
--- a/examples/basic/bootstrap.rs
+++ b/examples/basic/bootstrap.rs
@@ -1,7 +1,7 @@
use std::error::Error;
use std::rc::Rc;
-use syrette::DIContainer;
+use syrette::di_container::blocking::prelude::*;
use crate::animals::cat::Cat;
use crate::animals::dog::Dog;