refactor: remove unused import

This commit is contained in:
Deluan 2020-02-14 09:16:59 -05:00
parent de525edde0
commit b7f1fc0374
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import React, { Fragment, useEffect } from 'react'
import React, { Fragment } from 'react'
import AddToQueueButton from './AddToQueueButton'
export const SongBulkActions = (props) => {