import { Props } from "./Props"; export const ExternalLinkTiny = (props: Props) => { return ( ); };