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

/**
 * BuyerConsent is used for collecting the buyer's approval for a given policy
 */
const BuyerConsent = createRemoteComponent('BuyerConsent');

export { BuyerConsent };
