import styled from 'styled-components'; import TimerComponent from './components/TimerComponent'; import { timerStyle } from './style'; const Timer = styled(TimerComponent)` ${timerStyle} `; export default Timer;