refactor: remove unused import
This commit is contained in:
parent
de525edde0
commit
b7f1fc0374
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import React, { Fragment, useEffect } from 'react'
|
import React, { Fragment } from 'react'
|
||||||
import AddToQueueButton from './AddToQueueButton'
|
import AddToQueueButton from './AddToQueueButton'
|
||||||
|
|
||||||
export const SongBulkActions = (props) => {
|
export const SongBulkActions = (props) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue