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