Skip to content

Commit b484716

Browse files
committed
fix: remove unexpected std exports
BREAKING CHANGE: `std::{ concat, stringify }` are unexpected exported in previous versions. Now they are removed
1 parent fc7411f commit b484716

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/use_state/helpers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use super::macro_helpers::*;
2-
pub use std::{concat, stringify};
32

43
use wasm_bindgen::prelude::*;
54

0 commit comments

Comments
 (0)