Skip to content

Commit 4bd49ab

Browse files
authored
Add use_drop to prelude (#4939)
1 parent 57e3543 commit 4bd49ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dioxus/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ pub mod prelude {
236236

237237
#[doc(inline)]
238238
pub use dioxus_core::{
239-
consume_context, provide_context, spawn, suspend, try_consume_context, use_hook,
239+
consume_context, provide_context, spawn, suspend, try_consume_context, use_drop, use_hook,
240240
AnyhowContext, Attribute, Callback, Component, Element, ErrorBoundary, ErrorContext, Event,
241241
EventHandler, Fragment, HasAttributes, IntoDynNode, RenderError, Result, ScopeId,
242242
SuspenseBoundary, SuspenseContext, VNode, VirtualDom,

0 commit comments

Comments
 (0)