From a38ac956dfaf53711a4cddea73ae1b8cf617211a Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 24 Jan 2023 13:50:02 +0100 Subject: chore: Remove legacy workarounds --- src/ipcMain/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ipcMain/index.ts') diff --git a/src/ipcMain/index.ts b/src/ipcMain/index.ts index 0946f5a..bae6793 100644 --- a/src/ipcMain/index.ts +++ b/src/ipcMain/index.ts @@ -16,7 +16,6 @@ * along with this program. If not, see . */ -import "./legacy"; import "./updater"; import { debounce } from "@utils/debounce"; -- cgit