Created
February 28, 2018 04:30
-
-
Save interaminense/cc6f01a4d5c7a52ef4abb508268c7fdd to your computer and use it in GitHub Desktop.
Mathematics Component Empty
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 '../style/mathematics.scss'; | |
import {Button, Layout, Operation} from './'; | |
import {LANGUAGE, CALCULATE, getRandomNumber} from '../utils/Utils'; | |
import {EventHandler} from 'metal-events'; | |
import Component, {Config} from 'metal-jsx'; | |
import dom from 'metal-dom'; | |
import position from 'metal-position'; | |
class Mathematics extends Component {}; | |
export { Mathematics }; | |
export default Mathematics; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment