refactor: as requested in review
Some checks failed
/ test (pull_request) Failing after 1m38s

This commit is contained in:
Glen Whitney 2025-10-04 17:50:00 -06:00
parent ecbbe2068c
commit da9312ad71
9 changed files with 23 additions and 47 deletions

View file

@ -3,7 +3,7 @@ use sycamore::prelude::*;
use super::test_assembly_chooser::TestAssemblyChooser;
use crate::{
AppState,
appState::AppState,
assembly::{InversiveDistanceRegulator, Point, Sphere},
};