diff --git a/web/src/components/shopping.rs b/web/src/components/shopping.rs index 2a608f7..b47a3a4 100644 --- a/web/src/components/shopping.rs +++ b/web/src/components/shopping.rs @@ -15,7 +15,7 @@ use crate::console_log; use crate::service::AppService; use std::rc::Rc; -use recipes::{Ingredient, IngredientAccumulator, IngredientKey}; +use recipes::{Ingredient, IngredientKey}; use sycamore::{context::use_context, prelude::*}; struct RecipeCheckBoxProps { diff --git a/web/src/service.rs b/web/src/service.rs index 86fe5fe..d5b71ea 100644 --- a/web/src/service.rs +++ b/web/src/service.rs @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. use std::collections::BTreeMap; -use std::rc::Rc; use crate::{console_debug, console_error};