Skip to content

Commit 7c1be0a

Browse files
committed
make click_event public
1 parent 043b010 commit 7c1be0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azalea-chat/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![doc = include_str!("../README.md")]
22

33
pub mod base_component;
4-
mod click_event;
4+
pub mod click_event;
55
mod component;
66
pub mod hover_event;
77
#[cfg(feature = "numbers")]

0 commit comments

Comments
 (0)