pub trait Component: 'static { }
Components are the data that is stored on entities no need to implement this trait, it is implemented for all ’static types