mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
fix: change icon path
This commit is contained in:
parent
2bfb9b181c
commit
09c0a6ce93
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 { ReverseTimer } from './reverse-timer';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue