diff options
author | Aylur <[email protected]> | 2024-07-11 16:12:06 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-07-11 16:12:06 +0200 |
commit | 50a6ab67843122452cdc3348031d44116992d492 (patch) | |
tree | 5eb4f3b6e9380f5a78aa3adbdf4c7afba469e13e /gjs/index.ts | |
parent | ba5a93c5138a703d5cc4bcae96ac4a6ab0895002 (diff) |
few touchups
Diffstat (limited to 'gjs/index.ts')
-rw-r--r-- | gjs/index.ts | 2 |
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) |