import React from "react"; const EmptySchedule = () => { return ( ); }; export default EmptySchedule;