mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-13 02:17:09 +00:00
typescript: Switch to ES import/export syntax.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { init } from '@sentry/electron';
|
||||
|
||||
import isDev = require('electron-is-dev');
|
||||
import isDev from 'electron-is-dev';
|
||||
|
||||
export const sentryInit = (): void => {
|
||||
if (!isDev) {
|
||||
|
||||
Reference in New Issue
Block a user