/* @flow */ import React from "react"; import { Provider } from "react-redux"; import { store } from "./src/adaptiveApp/store"; import { Main } from "./src/adaptiveApp/main"; export default class App extends React.PureComponent<> { render() { return (
); } }