Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import MusicNoteIcon from '@material-ui/icons/MusicNote'
import SongList from './SongList'
export default {
list: SongList,
icon: MusicNoteIcon,
}