From 50a6ab67843122452cdc3348031d44116992d492 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 11 Jul 2024 16:12:06 +0200 Subject: few touchups --- gjs/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gjs/index.ts') 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) -- cgit v1.2.3