remove unused deps

This commit is contained in:
Jonathan Kelley 2024-01-08 13:39:03 -08:00
parent 9340558adc
commit 6b240e1169
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -12,8 +12,8 @@ use crate::{
use crossbeam_channel::Receiver;
use dioxus_core::{Component, ElementId, VirtualDom};
use dioxus_html::{
native_bind::NativeFileEngine, FileEngine, HasFileData, HasFormData, HtmlEvent, MountedData,
PlatformEventData, SerializedHtmlEventConverter,
native_bind::NativeFileEngine, FileEngine, HasFileData, HasFormData, HtmlEvent,
PlatformEventData,
};
use std::{
cell::{Cell, RefCell},