/* * @Author: your name * @Date: 2021-09-28 13:57:19 * @LastEditTime: 2021-10-27 13:48:34 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /MedicalWisdomCheckSys/src/pages/KeepImprove/questionGatherAndRevise/index.tsx */ import React from 'react' import MccsPageContainer from '@/components/MccsPageContainer/index'; import './index.less'; type QuestionGatherAndReviseProps = {} const QuestionGatherAndRevise:React.FC = ()=>{ return ( ) } export default QuestionGatherAndRevise