import { createContext } from '../../src/context'
import client from './client/musicbrainz'
export default createContext({ client })