init commit ⊂◉‿◉つ

This commit is contained in:
davidwells 2018-06-11 15:48:00 -07:00
commit c8c51623a6
19 changed files with 7568 additions and 0 deletions

9
src/App.test.js Normal file
View file

@ -0,0 +1,9 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
it('renders without crashing', () => {
const div = document.createElement('div');
ReactDOM.render(<App />, div);
ReactDOM.unmountComponentAtNode(div);
});