Skip to content

Commit

Permalink
chore: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Jun 28, 2024
1 parent d31c48b commit f8c036a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/src/components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::{
resolve_path::resolve_path,
ChooseView, MatchNestedRoutes, NestedRoute, Routes, SsrMode,
};
use either_of::{Either, EitherOf3};
use either_of::EitherOf3;
use leptos::prelude::*;
use reactive_graph::{
owner::{provide_context, use_context, Owner},
Expand Down

0 comments on commit f8c036a

Please sign in to comment.