diff options
Diffstat (limited to 'gjs/src/application.ts')
-rw-r--r-- | gjs/src/application.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gjs/src/application.ts b/gjs/src/application.ts index 19cdaae..cadbaf0 100644 --- a/gjs/src/application.ts +++ b/gjs/src/application.ts @@ -1,6 +1,4 @@ -import Astal from "gi://Astal" -import GObject from "gi://GObject" -import Gio from "gi://Gio" +import { Astal, GObject, Gio } from "./imports.js" type RequestHandler = { (request: string, res: (response: string) => void): void |