2020-01-22 08:32:31 -09:00
|
|
|
import MusicNoteIcon from '@material-ui/icons/MusicNote'
|
2020-01-22 06:19:13 -09:00
|
|
|
import SongList from './SongList'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
list: SongList,
|
2020-04-20 05:09:29 -08:00
|
|
|
icon: MusicNoteIcon,
|
2020-01-22 06:19:13 -09:00
|
|
|
}
|