Browse Source

Fix linting error

JC Brand 5 years ago
parent
commit
496e5ba46d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/headless/converse-core.js

+ 1 - 1
src/headless/converse-core.js

@@ -6,10 +6,10 @@
 /**
  * @module converse-core
  */
-import { assignIn, debounce, get, invoke, isFunction, isObject, isString, pick } from 'lodash';
 import 'strophe.js/src/websocket';
 import './polyfill';
 import * as strophe from 'strophe.js/src/core';
+import { assignIn, debounce, get, invoke, isFunction, isObject, isString, pick } from 'lodash';
 import Backbone from 'backbone';
 import BrowserStorage from 'backbone.browserStorage';
 import _ from './lodash.noconflict';