index.js (192B)
1 import React from 'react'; 2 import ReactDOM from 'react-dom'; 3 import { App } from './components/App'; 4 import './index.css'; 5 6 ReactDOM.render( 7 <App />, 8 document.getElementById('app') 9 );
figbertmath[RADIOACTIVE] miscellaneous math programs in website form | |
git clone git://git.figbert.com/figbertmath.git | |
Log | Files | Refs | README |