summaryrefslogtreecommitdiff
path: root/examples/testing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/testing.rs')
-rw-r--r--examples/testing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/testing.rs b/examples/testing.rs
index cd4a7f63..7ad112f6 100644
--- a/examples/testing.rs
+++ b/examples/testing.rs
@@ -1,4 +1,4 @@
-use awebframework::{prelude::*, routing::BoxRoute};
+use axum::{prelude::*, routing::BoxRoute};
use tower_http::trace::TraceLayer;
#[tokio::main]