// @flow import * as React from 'react'; import Ghost from '../../../../../components/ghost/Ghost'; import './styles/ContentGhost.scss'; function ContentGhost() { return (
); } export default ContentGhost;