Advanced Hands-on Rust B2.0: Missing use statement in code block on P124

@herbert

It might be worth adding use crate::AssetStore in the use changes in the second code block on P124, to avoid an error with the third code block unable to find AssetStore.