diff --git a/src/components/common/PlayerControls.tsx b/src/components/common/PlayerControls.tsx index dbeb24a..90a4f55 100644 --- a/src/components/common/PlayerControls.tsx +++ b/src/components/common/PlayerControls.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { IonCard, IonCardContent, IonChip, IonIcon } from '@ionic/react'; -import { play, pause, stop, settingsOutline, pauseOutline, playOutline, stopOutline } from 'ionicons/icons'; +import { play, pause, stop, pauseOutline, playOutline, stopOutline } from 'ionicons/icons'; import ActionButton from './ActionButton'; import { useAppSelector } from '../../redux'; import { selectPlayerState, selectIsAdmin, selectQueueLength, selectControllerName } from '../../redux';