import React from 'react' import { Tabs, Tab } from 'react-bootstrap' class AppLayout extends React.Component { render () { const { state } = this.props const { activeTab } = this.props.state.layout const { changeTab } = this.props.state.layoutActions const { PlayerList, MatchList, StartPage, UserList } = this.props.components return (