import React from 'react';
import { Link } from '@woocommerce/components';

export const TestComponent = () => (
	<Link href="https://automattic.com" type="external">
		Visit Automattic
	</Link>
);
