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:
@@ -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