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

@@ -13,8 +13,8 @@ $font-size: 1rem;
// bar
@import "./widgets/bar/style.scss";
// app-launcher
@import "./widgets/app-launcher/style.scss";
// launcher
@import "./widgets/launcher/style.scss";
// notifications
@import "./widgets/notifications/style.scss";