diff options
author | Aylur <[email protected]> | 2024-08-31 22:54:33 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-08-31 22:54:33 +0000 |
commit | 49cdf5d5e010c9abb9b02034999eef2f49f066b9 (patch) | |
tree | 60f841d0b9f2d0f0411f8f91ff0e63e23133184b /gjs/index.ts | |
parent | 24af00f6a7f624feda4b6aaceb4c5b0fa6f536d6 (diff) |
add icons option to App.start
Diffstat (limited to 'gjs/index.ts')
-rw-r--r-- | gjs/index.ts | 7 |
1 files changed, 0 insertions, 7 deletions
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" |