import { __ } from '@wordpress/i18n'; export const CardsTitle = ({ total = 8, totalCompleted = 3 }) => (
{__('Site Guide', 'extendify-local')}
{totalCompleted}/{total}
);