diff --git a/src/components/IPTVPlayer.tsx b/src/components/IPTVPlayer.tsx index 75266a7..2e96d2a 100644 --- a/src/components/IPTVPlayer.tsx +++ b/src/components/IPTVPlayer.tsx @@ -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'; @@ -219,4 +220,4 @@ export function IPTVPlayer({ channels, currentChannel, onChannelChange: _onChann ); } -export default IPTVPlayer; \ No newline at end of file +export default IPTVPlayer;