summaryrefslogtreecommitdiff
path: root/gjs/index.ts
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-08-31 22:54:33 +0000
committerAylur <[email protected]>2024-08-31 22:54:33 +0000
commit49cdf5d5e010c9abb9b02034999eef2f49f066b9 (patch)
tree60f841d0b9f2d0f0411f8f91ff0e63e23133184b /gjs/index.ts
parent24af00f6a7f624feda4b6aaceb4c5b0fa6f536d6 (diff)
add icons option to App.start
Diffstat (limited to 'gjs/index.ts')
-rw-r--r--gjs/index.ts7
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"