mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
11 lines
253 B
JavaScript
11 lines
253 B
JavaScript
|
|
import MusicBrainz, { MusicBrainzError } from './musicbrainz'
|
||
|
|
import CoverArtArchive, { CoverArtArchiveError } from './cover-art-archive'
|
||
|
|
|
||
|
|
export {
|
||
|
|
MusicBrainz as default,
|
||
|
|
MusicBrainz,
|
||
|
|
MusicBrainzError,
|
||
|
|
CoverArtArchive,
|
||
|
|
CoverArtArchiveError
|
||
|
|
}
|