Skip to content

Commit

Permalink
fmt 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Sep 6, 2024
1 parent 0827203 commit d7a6023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/yew-router/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ use std::rc::Rc;
use yew::prelude::*;
use yew::virtual_dom::AttrValue;

use crate::history::{query::Raw, AnyHistory, BrowserHistory, HashHistory, History, Location};
use crate::history::query::Raw;
use crate::history::{AnyHistory, BrowserHistory, HashHistory, History, Location};
use crate::navigator::Navigator;
use crate::utils::{base_url, strip_slash_suffix};

Expand Down

0 comments on commit d7a6023

Please sign in to comment.