import { createRemoteComponent } from '@remote-ui/core';

/**
 * Link is used to navigate the buyer to another page.
 */
const Link = createRemoteComponent('Link');

export { Link };
