import Timer from "./Timer" const TimerParent = () => { return(
) } export default TimerParent;