Remove unused import

This commit is contained in:
Greg Johnston 2022-11-08 22:00:25 -05:00
parent 4e4b513c1b
commit 3ad2129a4c

View file

@ -1,5 +1,4 @@
use cfg_if::cfg_if;
use std::ops::IndexMut;
use std::{cell::RefCell, rc::Rc};
use leptos::*;