diff --git a/src/components/toolbox/countdown-timer/timers/timer/timer.tsx b/src/components/toolbox/countdown-timer/timers/timer/timer.tsx index 7bd7107..f81fe22 100644 --- a/src/components/toolbox/countdown-timer/timers/timer/timer.tsx +++ b/src/components/toolbox/countdown-timer/timers/timer/timer.tsx @@ -1,5 +1,10 @@ import { useRef, useMemo, useState, useEffect } from 'react'; -import { IoPlay, IoPause, IoRefresh, IoTrashOutline } from 'react-icons/io5'; +import { + IoPlay, + IoPause, + IoRefresh, + IoTrashOutline, +} from 'react-icons/io5/index'; import { ReverseTimer } from './reverse-timer';