1
2
3
4
use bevy::prelude::*;

#[derive(Component)]
pub struct Loading(pub Option<String>);