1use bevy::prelude::Component; 2 3#[derive(Component)] 4pub struct MainMenu; 5 6#[derive(Component)] 7pub struct PlayButton;