gwegwgwgwawga

This commit is contained in:
elijahlucian
2017-06-25 16:22:38 -06:00
parent 7ab2a42348
commit 3bc7263322
4 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import App from './app';
const render = Component => {
ReactDOM.render(
<AppContainer>
<Component />
<App />
</AppContainer>,
document.getElementById('root')
)