/** * External dependencies */ import { __ } from '@wordpress/i18n'; /** * Internal dependencies */ import Illustration from '../illustrations/intro-devices-desktop.png'; export const ModalIllustrationLayout = ( { body, }: { body: React.ReactNode; } ) => { return (
{ body }
{
); };