import React from 'react' import { Card } from 'antd' const Lockcount = () => { // const { modalVisible, onCancel } = props; return ( <Card bordered={false}> Lockcount </Card> ) } export default Lockcount