Here\'s my code:
import React, { useState } from \'react\'; const Timer = ({ initialHours = 10, initialMinutes = 0, initialSeconds = 0, }) => {