refactor: remove unused imports and redundant code in MusicPlayer and AppLayout components
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user