mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
fix: icons path
This commit is contained in:
parent
a6c7ac41ad
commit
1a1359c989
1 changed files with 6 additions and 1 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue