AstronomyAPI / Samples

Examples for Astronomy API
https://astronomyapi.com
MIT License
29 stars 3 forks source link

Import statement in components has wrong filename #33

Closed milkwitch closed 1 year ago

milkwitch commented 2 years ago

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!

astroanu commented 2 years ago

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

astroanu commented 1 year ago

This is now fixed