import React from "react"; const CalendarDetail = ({ width, height, color }) => ( ); export default CalendarDetail;