AstronomyAPI/Samples

Import statement in components has wrong filename

Closed this issue · 2 comments

The components MoonPhase.vue, Positions.vue, and StarChart.vue all have the GoBack.vue import file path spelled wrong.
It says import GoBack from "./Goback.vue" and should say import GoBack from "./GoBack.vue".

Thank you for this awesome example project!

Thanks. If you could send a PR that would be nice.

This is now fixed