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