From cf67eff86ef9a027c3247463d13b340644a0bb8c Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Tue, 25 Jul 2017 00:08:26 +0200 Subject: Organize imports and format JS files --- frontend/src/api/websocket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/api/websocket.js') diff --git a/frontend/src/api/websocket.js b/frontend/src/api/websocket.js index 8a893a87..0cf0689a 100644 --- a/frontend/src/api/websocket.js +++ b/frontend/src/api/websocket.js @@ -1,7 +1,7 @@ // @flow import SockJS from 'sockjs-client'; -import Stomp from 'webstomp-client'; import type { Client, Frame, Options, Subscription } from 'webstomp-client'; +import Stomp from 'webstomp-client'; const DEFAULT_DEBUG_OPTIONS = { debug: process.env.NODE_ENV !== 'production', -- cgit