Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
Signed-off-by: lee-orr <lee-orr@users.noreply.github.com>
  • Loading branch information
lee-orr committed Oct 2, 2023
1 parent 220f428 commit 96d5357
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/bevy_app/src/app.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use crate::{First, Main, MainSchedulePlugin, Plugin, Plugins, StateTransition};
pub use bevy_derive::AppLabel;
use bevy_ecs::schedule::{
initialize_state_and_enter, remove_state_from_world, IntoConditionalScheduleLabel, StateMatcher,
};
use bevy_ecs::schedule::{IntoConditionalScheduleLabel, StateMatcher};
use bevy_ecs::{
prelude::*,
schedule::{
Expand Down

0 comments on commit 96d5357

Please sign in to comment.