Skip to content

Commit 27ee5d0

Browse files
committed
chore: remove unused use
1 parent a448fa9 commit 27ee5d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/use_ref/macro_helpers.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use std::stringify;
2-
31
macro_rules! define_react_use_ref_for_type {
42
( { value: $type_value:ty, $($t:tt)+ } ) => {
53
define_react_use_ref_for_type! {{

0 commit comments

Comments
 (0)