import { GalaxyMap } from '../components/GalaxyMap'; import { Header } from '../components/Header'; export const Index = () => { return (
); };