bevy/examples/diagnostics
Rob Parrett b40845d296
Fix a few subcrate import paths in examples (#19002)
# Objective

Tripped over the `directional_navigation` one recently while playing
around with that example.

Examples should import items from `bevy` rather than the sub-crates
directly.

## Solution

Use paths re-exported by `bevy`.

## Testing

```
cargo run --example log_diagnostics
cargo run --example directional_navigation
cargo run --example custom_projection
```
2025-04-30 18:41:17 +00:00
..
custom_diagnostic.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
enabling_disabling_diagnostic.rs
log_diagnostics.rs Fix a few subcrate import paths in examples (#19002) 2025-04-30 18:41:17 +00:00