fix: remove unused import

This commit is contained in:
Deluan 2020-02-07 22:35:04 -05:00
parent 0f13bbdbd0
commit 313a3342a0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import React from 'react'
import { useGetList } from 'react-admin'
import { DurationField, PlayButton, SimpleList } from '../common'
import { addTrack, setTrack } from '../player'
import { addTrack } from '../player'
import AddIcon from '@material-ui/icons/Add'
import { useDispatch } from 'react-redux'
import { playAlbum } from '../player/queue'