mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-18 21:48:57 +00:00
typescript: Switch to ES import/export syntax.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { remote } from 'electron';
|
||||
|
||||
import cryptoRandomString = require('crypto-random-string');
|
||||
import ConfigUtil = require('./config-util');
|
||||
import cryptoRandomString from 'crypto-random-string';
|
||||
import * as ConfigUtil from './config-util';
|
||||
|
||||
const { shell } = remote;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user