Skip to content

Commit 3b1bc2b

Browse files
committed
cleanup
1 parent 3e85c1d commit 3b1bc2b

File tree

1 file changed

+1
-2
lines changed
  • rust/bevy_ios_alerts/src

1 file changed

+1
-2
lines changed

rust/bevy_ios_alerts/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ mod native_events;
44

55
use bevy::prelude::*;
66

7-
pub use native_events::IosAlertResponse;
8-
pub use native_events::IosAlertDialogButton;
7+
pub use native_events::{IosAlertDialogButton, IosAlertResponse};
98

109
#[derive(Resource, Clone, Debug, Default)]
1110
struct NonSendRes;

0 commit comments

Comments
 (0)