import {__} from '@wordpress/i18n';
import {TriangleIcon} from '@givewp/campaigns/admin/components/Icons';
export default ({handleClick}) => (
<>
{__(
'Your campaign is currently archived. You can view the campaign details but won\'t be able to make any changes until it\'s moved out of archive.',
'give'
)}
handleClick()}>
{__('Move to Active', 'give')}
>
);