Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
577ae320f5
commit
59ac6889c4
@ -1,6 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { IonCard, IonCardContent, IonChip, IonIcon } from '@ionic/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 ActionButton from './ActionButton';
|
||||||
import { useAppSelector } from '../../redux';
|
import { useAppSelector } from '../../redux';
|
||||||
import { selectPlayerState, selectIsAdmin, selectQueueLength, selectControllerName } from '../../redux';
|
import { selectPlayerState, selectIsAdmin, selectQueueLength, selectControllerName } from '../../redux';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user