1
2
3
4
5
6
7
mod components;
mod plugin;
mod resources;
mod scene;
mod systems;

pub use plugin::SplashScreenPlugin;