lite cleaning

This commit is contained in:
Jay Christy
2023-09-24 15:33:40 -04:00
parent 012a778c35
commit 6d5c1fa00f
4 changed files with 5 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
use bevy::prelude::{info, Added, BuildChildren, Commands, Component, Entity, Query, With, Res, Transform, Without};
use bevy::prelude::{Added, BuildChildren, Commands, Entity, Query, With, Res, Transform, Without, Component, info};
use crate::{resources::{XrFrameState, XrInstance, XrSession}, input::XrInput};