refactor: remove unused imports and redundant code in MusicPlayer and AppLayout components
Some checks failed
Frontend CI / lint (push) Failing after 5m47s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-07-08 17:12:14 +02:00
parent d85e47ebd1
commit 1f997daf24
4 changed files with 3 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { createContext, useContext, useState, useRef, useEffect, type ReactNode } from 'react'
import { createContext, useContext, useState, useEffect, type ReactNode } from 'react'
import { useSocket } from './SocketContext'
import { apiService } from '@/services/api'