mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Remove unused import
This commit is contained in:
parent
4e4b513c1b
commit
3ad2129a4c
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
use cfg_if::cfg_if;
|
||||
use std::ops::IndexMut;
|
||||
use std::{cell::RefCell, rc::Rc};
|
||||
|
||||
use leptos::*;
|
||||
|
|
Loading…
Reference in a new issue