Skip to content

Instantly share code, notes, and snippets.

@wongni
Created January 12, 2018 03:10
Show Gist options
  • Save wongni/7e51dda6d0bf37b8f7e3b34162e841cc to your computer and use it in GitHub Desktop.
Save wongni/7e51dda6d0bf37b8f7e3b34162e841cc to your computer and use it in GitHub Desktop.
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