import { Space, Switch } from 'antd'; import { FormattedMessage } from 'umi'; const Level = ({ checkStrictly, setCheckStrictly }) => { return ( setCheckStrictly(true)}> ); }; export default Level;