import { store, State } from './App.store'; import View from './App.view'; export default View; export { store, State }