removing unnecesary line of code (#437)

This commit is contained in:
Italo A. Casas 2016-07-26 16:20:17 -04:00 committed by Guillermo Rauch
parent 9c50fd5148
commit 24597f5e8e

View file

@ -1,3 +1,2 @@
import RPC from './utils/rpc';
const rpc = new RPC();
export default rpc;
export default new RPC();