import React from 'react' import Lefttop from './left/left-top' // import Leftcenter from "./left/left-center" import Leftbottom from './left/left-bottom' const Left = (props) => { const { dispatch } = props return ( <>
) } export default Left