fix(node-player): restore useEffect import in QueueList
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
befba57374
commit
7bc7de44cf
@@ -1,4 +1,4 @@
|
||||
import { useRef, useState } from 'react'
|
||||
import { useEffect, useRef, useState } from 'react'
|
||||
import { useCoverUrl } from '../hooks/useCoverUrl'
|
||||
|
||||
export type QueueItem = {
|
||||
|
||||
Reference in New Issue
Block a user