Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Nov 17, 2023
1 parent 7c3a2ac commit 6b4defe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/core/src/web/events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ mod ssr;
#[cfg(not(all(target_arch = "wasm32", feature = "web-csr")))]
pub use ssr::*;

use std::borrow::Cow;

macro_rules! generate_event_types {
{$(
$( #[$does_not_bubble:ident] )?
Expand Down

0 comments on commit 6b4defe

Please sign in to comment.