/* jsxImportSource: react */ import React from 'react'; export default function Link({ to, text }) { return {text}; }