import styles from 'layouts/Custom/styles.css';
export default ({ theme = styles }) => (<div className={theme.root}>Findify Custom Layout</div>);
