desk_command/
terminal.rs

1use bevy_ecs::prelude::Component;
2
3#[derive(Component, Debug, Default)]
4pub struct Terminal {}