diff options
author | Aylur <[email protected]> | 2024-11-03 01:05:50 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-03 01:29:00 +0000 |
commit | c0612d1d7e78c413d0c69de34f1ae7951e90bc90 (patch) | |
tree | b3c1429a3d39b5ffb0cc8f416d804e819e18a955 /lang/gjs/src | |
parent | 3bec67f014021637112727d9f3384395dd2f104c (diff) |
lib(astal4): touchups
Diffstat (limited to 'lang/gjs/src')
-rw-r--r-- | lang/gjs/src/gtk3/app.ts | 2 | ||||
-rw-r--r-- | lang/gjs/src/gtk4/app.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gjs/src/gtk3/app.ts b/lang/gjs/src/gtk3/app.ts index ccf714c..aa43641 100644 --- a/lang/gjs/src/gtk3/app.ts +++ b/lang/gjs/src/gtk3/app.ts @@ -1,6 +1,6 @@ import Gtk from "gi://Gtk?version=3.0" import Astal from "gi://Astal?version=3.0" -import { mkApp } from "src/_app" +import { mkApp } from "../_app" Gtk.init(null) diff --git a/lang/gjs/src/gtk4/app.ts b/lang/gjs/src/gtk4/app.ts index ad3c1cb..1c51772 100644 --- a/lang/gjs/src/gtk4/app.ts +++ b/lang/gjs/src/gtk4/app.ts @@ -1,6 +1,6 @@ import Gtk from "gi://Gtk?version=4.0" import Astal from "gi://Astal?version=4.0" -import { mkApp } from "src/_app" +import { mkApp } from "../_app" Gtk.init() |