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