mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 18:22:23 +08:00
7 lines
211 B
JavaScript
7 lines
211 B
JavaScript
import {getClient as getFrameworkClient} from 'coral-framework/services/client';
|
|
import fragmentMatcher from './fragmentMatcher';
|
|
|
|
export function getClient() {
|
|
return getFrameworkClient({fragmentMatcher});
|
|
}
|