From 09c0a6ce93f8b0f62149928218532201e0de16c5 Mon Sep 17 00:00:00 2001 From: MAZE Date: Sun, 16 Jun 2024 19:23:54 +0430 Subject: [PATCH] fix: change icon path --- .../toolbox/countdown-timer/timers/timer/timer.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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';