import React from 'react'; const StudentList = ({ students }) => { return ( ); }; export default StudentList;