From c0612d1d7e78c413d0c69de34f1ae7951e90bc90 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 3 Nov 2024 01:05:50 +0000 Subject: lib(astal4): touchups --- lang/gjs/src/gtk3/app.ts | 2 +- lang/gjs/src/gtk4/app.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gjs/src') 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() -- cgit v1.2.3