Use a custom List component

This commit is contained in:
Deluan
2020-05-15 10:20:11 -04:00
parent 9490374faa
commit b3af0f880b
8 changed files with 34 additions and 45 deletions
+2
View File
@@ -9,6 +9,7 @@ import ArtistLinkField, { artistLink } from './ArtistLinkField'
import SongDetails from './SongDetails'
import SizeField from './SizeField'
import DocLink from './DocLink'
import List from './List'
export {
Title,
@@ -16,6 +17,7 @@ export {
SizeField,
BitrateField,
Pagination,
List,
PlayButton,
SimpleList,
RangeField,