fix: icons path

This commit is contained in:
MAZE 2024-06-25 20:02:19 +04:30
parent a6c7ac41ad
commit 1a1359c989

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 { Toolbar } from './toolbar';