summaryrefslogtreecommitdiff
path: root/gjs/index.ts
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-07-11 16:12:06 +0200
committerAylur <[email protected]>2024-07-11 16:12:06 +0200
commit50a6ab67843122452cdc3348031d44116992d492 (patch)
tree5eb4f3b6e9380f5a78aa3adbdf4c7afba469e13e /gjs/index.ts
parentba5a93c5138a703d5cc4bcae96ac4a6ab0895002 (diff)
few touchups
Diffstat (limited to 'gjs/index.ts')
-rw-r--r--gjs/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gjs/index.ts b/gjs/index.ts
index 2ed6f7f..901b264 100644
--- a/gjs/index.ts
+++ b/gjs/index.ts
@@ -7,7 +7,7 @@ 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 { App } from "./src/application.js"
+export { default as App } from "./src/application.js"
// gjs crashes if a widget is constructed before Gtk.init
Gtk.init(null)