From 1a1359c989268a22cfdba20f198af192726ac2ce Mon Sep 17 00:00:00 2001 From: MAZE Date: Tue, 25 Jun 2024 20:02:19 +0430 Subject: [PATCH] fix: icons 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 cd4240f..d3a3900 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 { Toolbar } from './toolbar';