mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Fix package name in example
This commit is contained in:
parent
1b074f4468
commit
70b2b3b283
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use counter::router_example;
|
||||
use leptos::*;
|
||||
use router::router_example;
|
||||
|
||||
pub fn main() {
|
||||
_ = console_log::init_with_level(log::Level::Debug);
|
||||
|
|
Loading…
Reference in a new issue