Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Feb 14, 2020
1 parent de525ed commit b7f1fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/song/SongBulkActions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Fragment, useEffect } from 'react'
import React, { Fragment } from 'react'
import AddToQueueButton from './AddToQueueButton'

export const SongBulkActions = (props) => {
Expand Down

0 comments on commit b7f1fc0

Please sign in to comment.