@@ -1,4 +1,3 @@
-import * as $ from 'jquery'
import { htmlEscape } from './util'
import { htmlToElement, appendContentTo, removeElement, findElsWithin } from './util/dom'
@@ -1,3 +1,4 @@
+import * as $ from 'jquery'
import * as moment from 'moment'
import { distributeHeight } from '../util'
import BasicView from './BasicView'