Created
January 12, 2018 03:10
-
-
Save wongni/7e51dda6d0bf37b8f7e3b34162e841cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import styles from './ViewerTemplate.scss' | |
import classNames from 'classnames/bind' | |
const cx = classNames.bind(styles) | |
const ViewerTemplate = ({ viewer, spaceNavigator }) => { | |
return ( | |
<div className={cx('viewer-template')}> | |
</div> | |
) | |
} | |
export default ViewerTemplate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment