From bf7ac6af587f68553b83a54fcb724dfc9d684644 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 20 Mar 2017 01:03:23 +0100 Subject: refactor frontend --- client/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/client.js') diff --git a/client/client.js b/client/client.js index 1ed895c..07c3158 100644 --- a/client/client.js +++ b/client/client.js @@ -9,5 +9,6 @@ const client = feathers() .configure(feathersHooks()) .configure(feathersAuthentication({ storage: localStorage })) .configure(rest.superagent(superagent)) -module.exports = client + +export default client -- cgit v1.2.3-70-g09d2