export default function Link({ to, text }) { return {text}; }