Update IPTVPlayer.tsx

pull/2/head
Katelya 2025-08-29 13:26:11 +08:00 committed by GitHub
parent b8e1eaab17
commit b30a2e2f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
'use client';
import { Settings } from 'lucide-react';
import { useEffect, useRef, useState } from 'react';
import { Maximize, Pause, Play, Volume2, VolumeX } from 'lucide-react';