kcscDev/egovframe-template-simple-r.../src/pages/admin/committee/ProgressStatus.jsx

13 lines
194 B
React
Raw Normal View History

import React from 'react';
function ProgressStatus(props) {
return (
<div className="container">
ProgressStatus
</div>
);
}
export default ProgressStatus;