diff options
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) |