Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
Already in prelude.
  • Loading branch information
Indy2222 committed Feb 21, 2024
1 parent 1a29f4e commit 1e9e440
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions crates/core/src/events.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
use std::marker::PhantomData;

use bevy::{
ecs::{
event::{Event, Events},
system::Resource,
},
prelude::*,
};
use bevy::{ecs::system::Resource, prelude::*};

use crate::gamestate::GameState;

Expand Down

0 comments on commit 1e9e440

Please sign in to comment.