summaryrefslogtreecommitdiff
path: root/core/gjs/index.ts
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-10-29 13:50:41 +0100
committerkotontrion <[email protected]>2024-10-29 13:50:41 +0100
commit57f20666e716fde56579b8aa638eed1264f793de (patch)
tree59b2ebbd770c80049cea4df82109d28f617675fe /core/gjs/index.ts
parent4d9ae88b0bab75779876d465f986791d052414ca (diff)
parent7e484188e7492ac7945c854bcc3f26cec1863c91 (diff)
Merge branch 'main' into feat/cava
Diffstat (limited to 'core/gjs/index.ts')
-rw-r--r--core/gjs/index.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/gjs/index.ts b/core/gjs/index.ts
deleted file mode 100644
index 901b264..0000000
--- a/core/gjs/index.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import { Gtk } from "./src/imports.js"
-
-export * from "./src/imports.js"
-export * from "./src/process.js"
-export * from "./src/time.js"
-export * from "./src/file.js"
-export { bind, default as Binding } from "./src/binding.js"
-export { Variable } from "./src/variable.js"
-export * as Widget from "./src/widgets.js"
-export { default as App } from "./src/application.js"
-
-// gjs crashes if a widget is constructed before Gtk.init
-Gtk.init(null)