diff options
Diffstat (limited to 'lang/gjs/src/gtk3/app.ts')
-rw-r--r-- | lang/gjs/src/gtk3/app.ts | 2 |
1 files changed, 1 insertions, 1 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) |