import React from 'react'; //import styles from './ExternalLink.module.css'; import ExternalLinkIcon from '@theme/Icon/ExternalLink'; export default function ExternalLink({children, href}) { return ( {children} ); }