mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-12 23:57:09 +00:00
fix: unused import in example
This commit is contained in:
parent
03514e68be
commit
0798e0812d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use leptos::{prelude::*, reactive_graph::actions::Action};
|
||||
use leptos::prelude::*;
|
||||
use leptos_router::{
|
||||
components::{FlatRoutes, Route, Router, A},
|
||||
StaticSegment,
|
||||
|
|
Loading…
Reference in a new issue