kcscDev/egovframe-template-simple-r.../src/pages/admin/users/List.jsx

13 lines
164 B
React
Raw Normal View History

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