/** * Loading component */ export function Loading() { return (

Loading celestial data from NASA JPL Horizons...

); }