import PlaylistIcon from '../icons/Playlist' import PlaylistList from './PlaylistList' export default { icon: PlaylistIcon, list: PlaylistList, }