Skip to content

Instantly share code, notes, and snippets.

@interaminense
Created February 28, 2018 04:30
Show Gist options
  • Save interaminense/cc6f01a4d5c7a52ef4abb508268c7fdd to your computer and use it in GitHub Desktop.
Save interaminense/cc6f01a4d5c7a52ef4abb508268c7fdd to your computer and use it in GitHub Desktop.
Mathematics Component Empty
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