import Star from '../components/Star' /* The container for all the stars. */ export default function Space() { return (

{}

) }