quintodrome/ui/src/song/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
152 B
JavaScript
Raw Normal View History

import MusicNoteIcon from '@material-ui/icons/MusicNote'
import SongList from './SongList'
export default {
list: SongList,
icon: MusicNoteIcon,
}