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

/**
 * Link makes text interactive so customers can perform an action, such as navigating to another location.
 */
const Link = createRemoteComponent('Link');

export { Link };
