fix: change icon path

This commit is contained in:
MAZE 2024-06-16 19:23:54 +04:30
parent 2bfb9b181c
commit 09c0a6ce93

View file

@ -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';