pub fn check_component_settings(
commands: Commands<'_, '_>,
settings_query: Query<'_, '_, &Setting>,
existing_config: Query<'_, '_, Entity, With<ActiveComponentSettings>>,
)
pub fn check_component_settings(
commands: Commands<'_, '_>,
settings_query: Query<'_, '_, &Setting>,
existing_config: Query<'_, '_, Entity, With<ActiveComponentSettings>>,
)