mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
Cleanup warnings
This commit is contained in:
parent
866483aa98
commit
42f6d3230a
@ -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 {
|
||||
|
@ -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};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user