Renamed directory

This commit is contained in:
Federico Kereki
2018-09-15 10:21:19 -03:00
parent d94877aba7
commit 699fd22567
57 changed files with 17 additions and 19 deletions
-17
View File
@@ -1,17 +0,0 @@
/* @flow */
import React from "react";
import { Provider } from "react-redux";
import { store } from "./src/regionsApp/store";
import { Main } from "./src/regionsApp/main";
export default class App extends React.PureComponent<> {
render() {
return (
<Provider store={store}>
<Main />
</Provider>
);
}
}