Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lpotthast committed Feb 23, 2025
1 parent ddeb49b commit bac9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-frontend/src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use leptos_routes::routes;
#[routes(with_views, fallback = "|| view! { \"Page not found.\" }")]
pub mod routes {
use crate::app::MainLayout;
use crate::app::Protected;
use crate::app::MyAccount;
use crate::app::Protected;
use crate::app::Public;
use crate::app::Welcome;
use leptos_keycloak_auth::components::EndSession;
Expand Down

0 comments on commit bac9dd8

Please sign in to comment.