summaryrefslogtreecommitdiff
path: root/gjs/src/widgets.ts
diff options
context:
space:
mode:
Diffstat (limited to 'gjs/src/widgets.ts')
-rw-r--r--gjs/src/widgets.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/gjs/src/widgets.ts b/gjs/src/widgets.ts
index abfbba8..ca71df1 100644
--- a/gjs/src/widgets.ts
+++ b/gjs/src/widgets.ts
@@ -1,6 +1,5 @@
/* eslint-disable max-len */
-import Gtk from "gi://Gtk"
-import Astal from "gi://Astal"
+import { Astal, Gtk } from "./imports.js"
import astalify, { type ConstructProps, type Widget } from "./astalify.js"
export { astalify }