Revert "xo: Fix import/extensions."

This reverts commit 5623ab3866.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-03-08 21:58:40 -08:00
parent bc59714192
commit 4151e020f6
45 changed files with 179 additions and 179 deletions

View File

@@ -3,11 +3,11 @@ import path from "path";
import {BrowserWindow, Menu, Tray, nativeImage} from "@electron/remote";
import * as ConfigUtil from "../../common/config-util.js";
import type {RendererMessage} from "../../common/typed-ipc.js";
import * as ConfigUtil from "../../common/config-util";
import type {RendererMessage} from "../../common/typed-ipc";
import type {ServerManagerView} from "./main.js";
import {ipcRenderer} from "./typed-ipc-renderer.js";
import type {ServerManagerView} from "./main";
import {ipcRenderer} from "./typed-ipc-renderer";
let tray: Electron.Tray | null = null;