Initial commit

This commit is contained in:
Ali Al Dallal
2015-06-15 09:21:19 -04:00
committed by lukasmartinelli
commit d5c252ee54
15 changed files with 513 additions and 0 deletions

5
src/index.jsx Normal file
View File

@@ -0,0 +1,5 @@
import React from 'react';
import { render } from 'react-dom';
import App from './app.jsx';
render(<App/>, document.querySelector("#app"));