From 49cdf5d5e010c9abb9b02034999eef2f49f066b9 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 31 Aug 2024 22:54:33 +0000 Subject: add icons option to App.start --- gjs/index.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gjs/index.ts') diff --git a/gjs/index.ts b/gjs/index.ts index f5c35a6..901b264 100644 --- a/gjs/index.ts +++ b/gjs/index.ts @@ -1,12 +1,5 @@ import { Gtk } from "./src/imports.js" -declare global { - const console: { - error(...args: any[]): void - log(...args: any[]): void - } -} - export * from "./src/imports.js" export * from "./src/process.js" export * from "./src/time.js" -- cgit v1.2.3