Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jul 21, 2022
1 parent 9d4c6d4 commit 31480c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/src/dom_bundle/bcomp.rs
Expand Up @@ -170,7 +170,7 @@ mod tests {
use web_sys::Element;

use super::*;
use crate::dom_bundle::{eeconcilable, ReconcileTarget};
use crate::dom_bundle::{Reconcilable, ReconcileTarget};
use crate::virtual_dom::{Key, VChild, VNode};
use crate::{html, scheduler, Children, Component, Context, Html, NodeRef, Properties};

Expand Down

0 comments on commit 31480c7

Please sign in to comment.