import { h, render } from 'preact' import { Provider } from 'react-redux' // import { } from 'react-router-redux' import { BrowserRouter, Route } from 'react-router-dom' // import client from './client' import { store, history } from './store' import socket from './socket' import Header from './common/header.component' import Live from './live' const app = (
) render(app, document.getElementById('container'))