xo: Sort imports with import/order.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-23 23:06:41 -07:00
parent e7330dbff8
commit 8d66f05924
46 changed files with 158 additions and 108 deletions

View File

@@ -1,4 +1,5 @@
import {remote, ContextMenuParams} from 'electron';
import * as t from '../utils/translation-util';
const {clipboard, Menu} = remote;