export default function AllLink(props: { location: string; text: string }) { return (

{props.text}

); }