Remove duplicated code for SongBulkActions

This commit is contained in:
Deluan
2020-10-31 10:23:52 -04:00
parent aabef62b11
commit 1f842b08e2
7 changed files with 26 additions and 36 deletions
+4
View File
@@ -4,6 +4,8 @@ import BitrateField from './BitrateField'
import Pagination from './Pagination'
import PlayButton from './PlayButton'
import BatchPlayButton from './BatchPlayButton'
import SongBulkActions from './SongBulkActions'
import AddToPlaylistButton from './AddToPlaylistButton'
import SimpleList from './SimpleList'
import RangeField, { formatRange } from './RangeField'
import ArtistLinkField, { useGetHandleArtistClick } from './ArtistLinkField'
@@ -29,6 +31,8 @@ export {
List,
PlayButton,
BatchPlayButton,
SongBulkActions,
AddToPlaylistButton,
SimpleList,
RangeField,
SongDetails,