UNPKG

box-ui-elements-mlh

Version:
14 lines (11 loc) 299 B
// @flow import * as React from 'react'; import Ghost from '../../../../../components/ghost/Ghost'; function PreviewGhost() { return ( <div className="PreviewGhost"> <Ghost className="PreviewGhost-ghost" height={288} /> </div> ); } export default PreviewGhost;