Skip to content

Commit

Permalink
Add missing cfg gate
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Oct 12, 2024
1 parent 0281bbb commit bf32f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sycamore-web/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pub use self::iter::*;
pub use self::node::*;
pub use self::noderef::*;
pub use self::portal::*;
#[cfg(feature = "suspense")]
pub use self::resource::*;
pub use self::stable_counter::*;
#[cfg(feature = "suspense")]
Expand Down

0 comments on commit bf32f68

Please sign in to comment.