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