Skip to content

Commit

Permalink
chore: Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jan 23, 2025
1 parent 8740121 commit 0e4862a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/src/navigation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::{

use url::{ParseError, Url};

use crate::{components::child_router::consume_child_route_mapping, routable::Routable, try_router};
use crate::{components::child_router::consume_child_route_mapping, routable::Routable, hooks::try_router};

impl<R: Routable> From<R> for NavigationTarget {
fn from(value: R) -> Self {
Expand Down

0 comments on commit 0e4862a

Please sign in to comment.