refactor: rename app-launcher to launcher

This commit is contained in:
tux
2025-09-24 16:58:13 +05:30
parent 9649ab0b6e
commit 290326f849
5 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import { Gdk } from "ags/gtk4";
import app from "ags/gtk4/app";
import { WINDOW_NAME } from "../app-launcher";
import { WINDOW_NAME } from "../launcher";
export const Launcher = () => {
return (