import React from 'react'

import { TabBar } from 'antd-mobile'
import { Link } from 'react-router-dom';
import { Nav} from './common'

class menu extends React.Component {

    render(match) {
        let { selected = 'index' } = this.state;
        return (
            <div className='tabbar' style={{ position: "fixed", width: "100%", bottom: 0 }}>
          
                   
            </div>

        )
    }

}


export default menu;