mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-28 05:29:11 +00:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
// @flow
|
|
import RPCClient from '../rpc'
|
|
|
|
export default (new RPCClient({ forceDev: false })).rpc
|