Skip to content

Commit 31480c7

Browse files
committed
Oops.
1 parent 9d4c6d4 commit 31480c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/yew/src/dom_bundle/bcomp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ mod tests {
170170
use web_sys::Element;
171171

172172
use super::*;
173-
use crate::dom_bundle::{eeconcilable, ReconcileTarget};
173+
use crate::dom_bundle::{Reconcilable, ReconcileTarget};
174174
use crate::virtual_dom::{Key, VChild, VNode};
175175
use crate::{html, scheduler, Children, Component, Context, Html, NodeRef, Properties};
176176

0 commit comments

Comments
 (0)