diff --git a/app-proto/full-interface/src/main.rs b/app-proto/full-interface/src/main.rs index bca0378..2c71a83 100644 --- a/app-proto/full-interface/src/main.rs +++ b/app-proto/full-interface/src/main.rs @@ -4,9 +4,7 @@ mod display; mod engine; mod outline; -use nalgebra::DVector; use rustc_hash::FxHashSet; -use std::collections::BTreeSet; use sycamore::prelude::*; use add_remove::AddRemove;