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
/* | |
* | |
* Login | |
* | |
*/ | |
import React from 'react'; | |
import { connect } from 'react-redux'; | |
import PropTypes from 'prop-types'; | |
import Radium from 'radium'; |
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
{"lastUpload":"2018-08-15T13:07:04.941Z","extensionVersion":"v3.0.0"} |
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
### Keybase proof | |
I hereby claim: | |
* I am dorono on github. | |
* I am doronliveops (https://keybase.io/doronliveops) on keybase. | |
* I have a public key whose fingerprint is 493B CE4E 8B08 69FA 22FB AC7B 964B C852 8D79 2A94 | |
To claim this, I am signing this object: |
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
/** | |
* boxViewerView.js | |
* -------------------------------------------------------------- | |
* This is the backbone view for generating the JS-implementation of the box-view api | |
* document viewer. | |
*/ | |
define([ | |
'backbone', | |
'docviewer', |