Help dialog with available hotkeys

This commit is contained in:
Deluan
2021-02-03 19:08:03 -05:00
parent a168f46b95
commit 847531391d
16 changed files with 162 additions and 66 deletions
+2 -4
View File
@@ -14,9 +14,9 @@ import {
DialogTitle,
} from '@material-ui/core'
import { closeAddToPlaylist } from '../actions'
import SelectPlaylistInput from './SelectPlaylistInput'
import { SelectPlaylistInput } from './SelectPlaylistInput'
const AddToPlaylistDialog = () => {
export const AddToPlaylistDialog = () => {
const { open, selectedIds, onSuccess } = useSelector(
(state) => state.addToPlaylistDialog
)
@@ -96,5 +96,3 @@ const AddToPlaylistDialog = () => {
</Dialog>
)
}
export default AddToPlaylistDialog