import React from 'react' import IndexConsole from '../components/index/indexConsole/indexConsole' import { store } from '../stores/store' import { Provider } from 'react-redux' const IndexPage = () => ( ) export default IndexPage