We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b058f commit 0f246a3Copy full SHA for 0f246a3
1 file changed
cli/src/interactive/pages/router_test.rs
@@ -2,8 +2,8 @@
2
//!
3
//! This page provides a test interface for the router system with navigation options.
4
5
-use iocraft::prelude::*;
6
use coro_router::use_router;
+use iocraft::prelude::*;
7
8
/// Navigation options available on the router test page
9
#[derive(Debug, Clone, Copy, PartialEq)]
0 commit comments