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,5 +1,5 @@
import { Bar } from "./widgets/bar";
import { AppLauncher } from "./widgets/app-launcher";
import { Launcher } from "./widgets/launcher";
import { Notifications } from "./widgets/notifications";
export default [Bar, AppLauncher, Notifications];
export default [Bar, Launcher, Notifications];